We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b1f44 commit 5a49addCopy full SHA for 5a49add
deploy/tasks/buildah-oci-ta.yaml
@@ -167,6 +167,17 @@ spec:
167
secretName: $(params.ENTITLEMENT_SECRET)
168
- name: shared
169
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
181
- name: trusted-ca
182
configMap:
183
items:
0 commit comments