Skip to content

Commit 384e09c

Browse files
authored
Update deployment.yaml
1 parent 132d51e commit 384e09c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ spec:
4646
{{- if .Values.priorityClassName }}
4747
priorityClassName: "{{ .Values.priorityClassName }}"
4848
{{- end }}
49-
{{- if .Values.podSecurityContext.enabled }}
50-
securityContext: {{ omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
49+
{{- if .Values.securityContext.enabled }}
50+
securityContext: {{ omit .Values.securityContext "enabled" | toYaml | nindent 8 }}
5151
{{- end }}
5252
{{- with .Values.initContainers }}
5353
initContainers:

0 commit comments

Comments
 (0)