fix(argo-cd): Add automountServiceAccountToken to repoServer (#1436)

Signed-off-by: Marco Lecheler <marco@task.media>
This commit is contained in:
Marco 2022-09-04 10:48:13 +02:00 committed by GitHub
parent 71da4e98f2
commit 0bac122e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -31,6 +31,7 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
automountServiceAccountToken: {{ .Values.repoServer.serviceAccount.automountServiceAccountToken }}
{{- if .Values.global.securityContext }}
securityContext: {{- toYaml .Values.global.securityContext | nindent 8 }}
{{- end }}