feat(argo-cd): add the ability to specify automountServiceAccountToken for argo-cd (#626)

Signed-off-by: Joshua Stern <joshua.stern@appian.com>
This commit is contained in:
Joshua Stern 2021-03-18 18:04:52 -04:00 committed by GitHub
parent 650abd1eb1
commit 04b5c32d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 1 deletions

View file

@ -131,6 +131,8 @@ controller:
name: argocd-application-controller
## Annotations applied to created service account
annotations: {}
## Automount API credentials for the Service Account
automountServiceAccountToken: true
## Server metrics controller configuration
metrics:
@ -221,6 +223,8 @@ dex:
name: argocd-dex-server
## Annotations applied to created service account
annotations: {}
## Automount API credentials for the Service Account
automountServiceAccountToken: true
## Additional volumeMounts to the controller main container.
volumeMounts:
@ -482,6 +486,8 @@ server:
name: argocd-server
## Annotations applied to created service account
annotations: {}
## Automount API credentials for the Service Account
automountServiceAccountToken: true
ingress:
enabled: false
@ -828,6 +834,8 @@ repoServer:
# name: argocd-repo-server
## Annotations applied to created service account
annotations: {}
## Automount API credentials for the Service Account
automountServiceAccountToken: true
## Repo server rbac rules
# rbac: