Skip to content

Commit

Permalink
Try declaring volume
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Nov 26, 2024
1 parent c764041 commit 4a0f976
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/tasks/buildah-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,17 @@ spec:
secretName: $(params.ENTITLEMENT_SECRET)
- name: shared
emptyDir: {}
- name: indy-generic-proxy-stage-secrets
secret:
optional: true
secretName: indy-generic-proxy-secrets
- name: indy-generic-proxy-stage-config
configMap:
items:
- key: application.yaml
path: application.yaml
name: indy-generic-proxy-stage-config
optional: true
- name: trusted-ca
configMap:
items:
Expand Down

0 comments on commit 4a0f976

Please sign in to comment.