Skip to content

Commit 8af1c2b

Browse files
authored
Merge pull request #1231 from a7i/release-1.28-cronjob-args
helm: update cronjob args argument to avoid unmarshal error
2 parents 33e9a52 + e6773e7 commit 8af1c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/descheduler/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
command:
6969
{{- toYaml .Values.command | nindent 16 }}
7070
args:
71-
- --policy-config-file: "/policy-dir/policy.yaml"
71+
- --policy-config-file=/policy-dir/policy.yaml
7272
{{- range $key, $value := .Values.cmdOptions }}
7373
- {{ printf "--%s" $key }}{{ if $value }}={{ $value }}{{ end }}
7474
{{- end }}

0 commit comments

Comments
 (0)