Removed condition on setting serviceAccount for repoServer
This commit is contained in:
parent
e9c6ad3abf
commit
1c2421726f
1 changed files with 0 additions and 2 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue