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 1ad8a41 commit 2a9672eCopy full SHA for 2a9672e
templates/cronjob.yaml
@@ -37,8 +37,8 @@ spec:
37
{{- if .Values.priorityClassName }}
38
priorityClassName: "{{ .Values.priorityClassName }}"
39
{{- end }}
40
- {{- if .Values.podSecurityContext.enabled }}
41
- securityContext: {{ omit .Values.podSecurityContext "enabled" | toYaml | nindent 12 }}
+ {{- if .Values.securityContext.enabled }}
+ securityContext: {{ omit .Values.securityContext "enabled" | toYaml | nindent 12 }}
42
43
containers:
44
- name: {{ .Chart.Name }}
0 commit comments