From bbd8cd1cc04971f0f07a76cce934531d9e56cc79 Mon Sep 17 00:00:00 2001 From: Marco Kilchhofer Date: Mon, 27 Sep 2021 13:50:41 +0200 Subject: [PATCH] Align with existing code style Signed-off-by: Marco Kilchhofer --- charts/argocd-applicationset/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argocd-applicationset/templates/deployment.yaml b/charts/argocd-applicationset/templates/deployment.yaml index 79cf2577..c0527562 100644 --- a/charts/argocd-applicationset/templates/deployment.yaml +++ b/charts/argocd-applicationset/templates/deployment.yaml @@ -45,7 +45,7 @@ spec: - --debug={{ .Values.args.debug }} - --dry-run={{ .Values.args.dryRun }} {{- with .Values.extraArgs }} - {{- . | toYaml | nindent 12 }} + {{- toYaml . | nindent 12 }} {{- end }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }}