Skip to content

Commit 5a49add

Browse files
committed
Try declaring volume
1 parent a0b1f44 commit 5a49add

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,17 @@ spec:
167167
secretName: $(params.ENTITLEMENT_SECRET)
168168
- name: shared
169169
emptyDir: {}
170+
- name: indy-generic-proxy-stage-secrets
171+
secret:
172+
optional: true
173+
secretName: indy-generic-proxy-secrets
174+
- name: indy-generic-proxy-stage-config
175+
configMap:
176+
items:
177+
- key: application.yaml
178+
path: application.yaml
179+
name: indy-generic-proxy-stage-config
180+
optional: true
170181
- name: trusted-ca
171182
configMap:
172183
items:

0 commit comments

Comments
 (0)