From 149a4c11c48392d7a116cb09d2e5d6aab7eb9003 Mon Sep 17 00:00:00 2001 From: Omer Aplatony Date: Fri, 3 May 2024 17:37:32 +0300 Subject: [PATCH] Added speaces --- charts/descheduler/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/descheduler/templates/deployment.yaml b/charts/descheduler/templates/deployment.yaml index 8cbfeda64..c09d8363d 100644 --- a/charts/descheduler/templates/deployment.yaml +++ b/charts/descheduler/templates/deployment.yaml @@ -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: