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 132d51e commit 384e09cCopy full SHA for 384e09c
templates/deployment.yaml
@@ -46,8 +46,8 @@ spec:
46
{{- if .Values.priorityClassName }}
47
priorityClassName: "{{ .Values.priorityClassName }}"
48
{{- end }}
49
- {{- if .Values.podSecurityContext.enabled }}
50
- securityContext: {{ omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
+ {{- if .Values.securityContext.enabled }}
+ securityContext: {{ omit .Values.securityContext "enabled" | toYaml | nindent 8 }}
51
52
{{- with .Values.initContainers }}
53
initContainers:
0 commit comments