Skip to content

Commit 6ab5d02

Browse files
committed
fix st2web podSecurityContext use
1 parent 7c3673b commit 6ab5d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ spec:
515515
{{- with .Values.dnsConfig }}
516516
dnsConfig: {{- toYaml . | nindent 8 }}
517517
{{- end }}
518-
{{- with .Values.st2client.podSecurityContext | default .Values.podSecurityContext }}
518+
{{- with .Values.st2web.podSecurityContext | default .Values.podSecurityContext }}
519519
securityContext: {{- toYaml . | nindent 8 }}
520520
{{- end }}
521521
{{- with .Values.st2web.nodeSelector }}

0 commit comments

Comments
 (0)