mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Added speaces
This commit is contained in:
committed by
Amir Alavi
parent
6a930de272
commit
b33845c383
@@ -53,7 +53,7 @@ spec:
|
||||
- --policy-config-file=/policy-dir/policy.yaml
|
||||
- --descheduling-interval={{ required "deschedulingInterval required for running as Deployment" .Values.deschedulingInterval }}
|
||||
{{- range $key, $value := .Values.cmdOptions }}
|
||||
- {{printf "--%s=%s" $key (toString $value)}}
|
||||
- {{ printf "--%s=%s" $key (toString $value) }}
|
||||
{{- end }}
|
||||
{{- include "descheduler.leaderElection" . | nindent 12 }}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user