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 7c3673b commit 6ab5d02Copy full SHA for 6ab5d02
templates/deployments.yaml
@@ -515,7 +515,7 @@ spec:
515
{{- with .Values.dnsConfig }}
516
dnsConfig: {{- toYaml . | nindent 8 }}
517
{{- end }}
518
- {{- with .Values.st2client.podSecurityContext | default .Values.podSecurityContext }}
+ {{- with .Values.st2web.podSecurityContext | default .Values.podSecurityContext }}
519
securityContext: {{- toYaml . | nindent 8 }}
520
521
{{- with .Values.st2web.nodeSelector }}
0 commit comments