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

Signed-off-by: Marco Lecheler <marco@task.media>
pull/1439/head argo-cd-5.4.1
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

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v2.4.11
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
name: argo-cd
version: 5.4.0
version: 5.4.1
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
@ -19,4 +19,4 @@ dependencies:
condition: redis-ha.enabled
annotations:
artifacthub.io/changes: |
- "[Changed]: Remove version labels to avoid invalid characters"
- "[Fixed]: Template existing value automountServiceAccountToken into repo-server"

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