Removed condition on setting serviceAccount for repoServer

This commit is contained in:
Antoine Dubois 2019-11-19 09:00:58 +01:00
parent e9c6ad3abf
commit 1c2421726f

View file

@ -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}}