1
0
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:
Omer Aplatony
2024-05-03 17:37:32 +03:00
parent 2ce9d46b8c
commit 149a4c11c4

View File

@@ -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: