Skip to content

Commit

Permalink
Merge pull request #1231 from a7i/release-1.28-cronjob-args
Browse files Browse the repository at this point in the history
helm: update cronjob args argument to avoid unmarshal error
  • Loading branch information
k8s-ci-robot committed Aug 28, 2023
2 parents 33e9a52 + e6773e7 commit 8af1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/descheduler/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
command:
{{- toYaml .Values.command | nindent 16 }}
args:
- --policy-config-file: "/policy-dir/policy.yaml"
- --policy-config-file=/policy-dir/policy.yaml
{{- range $key, $value := .Values.cmdOptions }}
- {{ printf "--%s" $key }}{{ if $value }}={{ $value }}{{ end }}
{{- end }}
Expand Down

0 comments on commit 8af1c2b

Please sign in to comment.