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 bd35d81 commit 6bed1aaCopy full SHA for 6bed1aa
charts/stash/templates/deployment.yaml
@@ -56,6 +56,9 @@ spec:
56
- --bypass-validating-webhook-xray={{ .Values.apiserver.bypassValidatingWebhookXray }}
57
- --use-kubeapiserver-fqdn-for-aks={{ .Values.apiserver.useKubeapiserverFqdnForAks }}
58
- --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 "," }}
62
ports:
63
- containerPort: 8443
64
env:
0 commit comments