mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Compare commits
2 Commits
89c88f483b
...
deschedule
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8af1c2b157 | ||
|
|
e6773e77fd |
@@ -68,7 +68,7 @@ spec:
|
|||||||
command:
|
command:
|
||||||
{{- toYaml .Values.command | nindent 16 }}
|
{{- toYaml .Values.command | nindent 16 }}
|
||||||
args:
|
args:
|
||||||
- --policy-config-file: "/policy-dir/policy.yaml"
|
- --policy-config-file=/policy-dir/policy.yaml
|
||||||
{{- range $key, $value := .Values.cmdOptions }}
|
{{- range $key, $value := .Values.cmdOptions }}
|
||||||
- {{ printf "--%s" $key }}{{ if $value }}={{ $value }}{{ end }}
|
- {{ printf "--%s" $key }}{{ if $value }}={{ $value }}{{ end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user