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:
parent
1297678c76
commit
fbaa2ef19b
5 changed files with 15 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue