Skip to content

Commit 93ea655

Browse files
authored
Update cronjob.yaml
1 parent da580b6 commit 93ea655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cronjob.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ spec:
3737
{{- if .Values.priorityClassName }}
3838
priorityClassName: "{{ .Values.priorityClassName }}"
3939
{{- end }}
40-
{{- if .Values.securityContext.enabled }}
41-
securityContext: {{ omit .Values.securityContext "enabled" | toYaml | nindent 12 }}
40+
{{- if .Values.podSecurityContext.enabled }}
41+
securityContext: {{ omit .Values.podSecurityContext "enabled" | toYaml | nindent 12 }}
4242
{{- end }}
4343
containers:
4444
- name: {{ .Chart.Name }}

0 commit comments

Comments
 (0)