From 9a80cf02f5676ee7e56f03d39e36d5d02469946d Mon Sep 17 00:00:00 2001 From: Josh Baird Date: Thu, 22 Jun 2023 08:59:28 -0400 Subject: [PATCH] Indent. Signed-off-by: Josh Baird --- charts/argo-cd/templates/argocd-notifications/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-notifications/deployment.yaml b/charts/argo-cd/templates/argocd-notifications/deployment.yaml index a72ae424..d2eca77f 100644 --- a/charts/argo-cd/templates/argocd-notifications/deployment.yaml +++ b/charts/argo-cd/templates/argocd-notifications/deployment.yaml @@ -69,7 +69,7 @@ spec: env: {{- with (concat .Values.global.env .Values.notifications.extraEnv) }} {{- toYaml . | nindent 12 }} - {{- end }} + {{- end }} - name: ARGOCD_NOTIFICATIONS_CONTROLLER_LOGLEVEL valueFrom: configMapKeyRef: