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.
2 parents 33e9a52 + e6773e7 commit 8af1c2bCopy full SHA for 8af1c2b
charts/descheduler/templates/cronjob.yaml
@@ -68,7 +68,7 @@ spec:
68
command:
69
{{- toYaml .Values.command | nindent 16 }}
70
args:
71
- - --policy-config-file: "/policy-dir/policy.yaml"
+ - --policy-config-file=/policy-dir/policy.yaml
72
{{- range $key, $value := .Values.cmdOptions }}
73
- {{ printf "--%s" $key }}{{ if $value }}={{ $value }}{{ end }}
74
{{- end }}
0 commit comments