fix: Make clusterrole & clusterrolebinding optional for argocd-server again (#233)
* Make clusterrole & clusterrolebinding optional for argocd-server * Bump Chart version * Update README.md
This commit is contained in:
parent
060fa584b4
commit
3fd67d8cbb
5 changed files with 13 additions and 3 deletions
|
|
@ -507,6 +507,11 @@ server:
|
|||
# orphanedResources: {}
|
||||
# roles: []
|
||||
|
||||
## Enable Admin ClusterRole resources.
|
||||
## Enable if you would like to grant rights to ArgoCD to deploy to the local kuberentes cluster.
|
||||
clusterAdminAccess:
|
||||
enabled: true
|
||||
|
||||
## Repo Server
|
||||
repoServer:
|
||||
name: repo-server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue