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 fbf934c commit e775514Copy full SHA for e775514
charts/integration/templates/integration-integration.yaml
@@ -60,10 +60,15 @@ spec:
60
- name: "federator-ca"
61
configMap:
62
name: "federator-ca"
63
+
64
- name: "background-worker-config"
65
66
name: "background-worker"
67
68
+ - name: "background-worker-secrets"
69
+ secret:
70
+ secretName: "background-worker"
71
72
- name: "stern-config"
73
74
name: "backoffice"
@@ -250,6 +255,9 @@ spec:
250
255
- name: background-worker-config
251
256
mountPath: /etc/wire/background-worker/conf
252
257
258
+ - name: background-worker-secrets
259
+ mountPath: /etc/wire/background-worker/secrets
260
253
261
- name: stern-config
254
262
mountPath: /etc/wire/stern/conf
263
0 commit comments