From edc1aced03c78e74e85c41c95b1c7f57e193ad23 Mon Sep 17 00:00:00 2001 From: Michel Loiseleur Date: Wed, 9 Apr 2025 09:57:30 +0200 Subject: [PATCH] chore(chart): cleanup trailing whitespaces Signed-off-by: Michel Loiseleur --- charts/flagger/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flagger/templates/deployment.yaml b/charts/flagger/templates/deployment.yaml index ee7d22b50..39a9afba0 100644 --- a/charts/flagger/templates/deployment.yaml +++ b/charts/flagger/templates/deployment.yaml @@ -64,7 +64,7 @@ spec: {{- end }} {{- if .Values.podPriorityClassName }} priorityClassName: {{ .Values.podPriorityClassName }} - {{- end }} + {{- end }} containers: - name: flagger {{- if .Values.securityContext.enabled }}