Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1229 from cayla/cf/consistent-arg
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 26, 2023
2 parents e1dc63b + c0f9761 commit e8427d0
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 e8427d0

Please sign in to comment.