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:
Tuan 2020-02-17 06:49:52 +08:00 committed by GitHub
parent 060fa584b4
commit 3fd67d8cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 3 deletions

View file

@ -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