fix: create service account for repo server by default (#1161)
This PR enables the creation of a service account for repo server by default. Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
parent
0a5422f20a
commit
ec6cd35fed
3 changed files with 4 additions and 4 deletions
|
|
@ -1588,7 +1588,7 @@ repoServer:
|
|||
## If create is set to true, make sure to uncomment the name and update the rbac section below
|
||||
serviceAccount:
|
||||
# -- Create repo server service account
|
||||
create: false
|
||||
create: true
|
||||
# -- Repo server service account name
|
||||
name: "" # "argocd-repo-server"
|
||||
# -- Annotations applied to created service account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue