From adc9a008ea2eb70f1169e4f9521ae6a5c24d1be7 Mon Sep 17 00:00:00 2001 From: Wim Fournier Date: Tue, 23 May 2023 09:05:21 +0200 Subject: [PATCH] fix missing space Signed-off-by: Wim Fournier --- charts/argo-cd/templates/argocd-server/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-cd/templates/argocd-server/deployment.yaml b/charts/argo-cd/templates/argocd-server/deployment.yaml index 26738b9c..9e795477 100755 --- a/charts/argo-cd/templates/argocd-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-server/deployment.yaml @@ -351,7 +351,7 @@ spec: {{- if .Values.server.extensions.containerSecurityContext.enabled }} securityContext: {{- toYaml .Values.server.extensions.containerSecurityContext | nindent 10 }} - {{-end }} + {{- end }} volumeMounts: - name: extensions mountPath: /tmp/extensions/