feat(argo-cd): Make labels for repoServer and notification service accounts configurable (#1527)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
Jan-Otto Kröpke 2022-10-09 10:33:55 +02:00 committed by GitHub
parent 1297678c76
commit fbaa2ef19b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 3 deletions

View file

@ -1921,6 +1921,8 @@ repoServer:
name: "" # "argocd-repo-server"
# -- Annotations applied to created service account
annotations: {}
# -- Labels applied to created service account
labels: {}
# -- Automount API credentials for the Service Account
automountServiceAccountToken: true
@ -2364,6 +2366,8 @@ notifications:
# -- Annotations applied to created service account
annotations: {}
# -- Labels applied to created service account
labels: {}
cm:
# -- Whether helm chart creates controller config map
create: true