Skip to content

Commit 6bed1aa

Browse files
author
hossainemruz
committed
Pass psp names for the jobs through flag
Signed-off-by: hossainemruz <emruz@appscode.com>
1 parent bd35d81 commit 6bed1aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/stash/templates/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ spec:
5656
- --bypass-validating-webhook-xray={{ .Values.apiserver.bypassValidatingWebhookXray }}
5757
- --use-kubeapiserver-fqdn-for-aks={{ .Values.apiserver.useKubeapiserverFqdnForAks }}
5858
- --enable-analytics={{ .Values.enableAnalytics }}
59+
- --cron-job-psp={{ .Values.podSecurityPolicies | join "," }}
60+
- --backup-job-psp={{ .Values.podSecurityPolicies | join "," }}
61+
- --restore-job-psp={{ .Values.podSecurityPolicies | join "," }}
5962
ports:
6063
- containerPort: 8443
6164
env:

0 commit comments

Comments
 (0)