feat(argocd): Allow specifying annotations for serviceaccounts (#371)
* feat(argocd): Allow specifying annotations for serviceaccounts * chore(argocd): update argocd chart to 2.3.7 Co-authored-by: Spencer Gilbert <Spencer.Gilbert@gmail.com>
This commit is contained in:
parent
422752023d
commit
6a26babc28
5 changed files with 22 additions and 1 deletions
|
|
@ -113,6 +113,8 @@ controller:
|
|||
serviceAccount:
|
||||
create: true
|
||||
name: argocd-application-controller
|
||||
## Annotations applied to created service account
|
||||
annotations: {}
|
||||
|
||||
## Server metrics controller configuration
|
||||
metrics:
|
||||
|
|
@ -426,6 +428,8 @@ server:
|
|||
serviceAccount:
|
||||
create: true
|
||||
name: argocd-server
|
||||
## Annotations applied to created service account
|
||||
annotations: {}
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue