From 1c2421726fa4ff4a48ba6bf1e325e219f07894ec Mon Sep 17 00:00:00 2001 From: Antoine Dubois Date: Tue, 19 Nov 2019 09:00:58 +0100 Subject: [PATCH] Removed condition on setting serviceAccount for repoServer --- charts/argo-cd/templates/argocd-repo-server/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml index 5b32326e..ea9ccfab 100644 --- a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml @@ -105,9 +105,7 @@ spec: affinity: {{- toYaml .Values.repoServer.affinity | nindent 8 }} {{- end }} - {{- if .Values.repoServer.serviceAccount.create }} serviceAccountName: {{ template "argo-cd.repoServerServiceAccountName" . }} - {{- end }} volumes: {{- if .Values.repoServer.volumes }} {{- toYaml .Values.repoServer.volumes | nindent 8}}