feat(argo-cd): conditionally create the rbac configmap (#569)

Signed-off-by: John Kost <jkost@bandwidth.com>
This commit is contained in:
John Kost 2021-02-09 12:32:28 -05:00 committed by GitHub
parent ba467c8a4b
commit ec68ef2080
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -595,6 +595,10 @@ server:
## Annotations to be added to ArgoCD rbac ConfigMap
rbacConfigAnnotations: {}
# Boolean determining whether or not to create the configmap. If false, it is expected tthe configmap will be created
# by something else. ArgoCD will not work if there is no configMap created with the name above.
rbacConfigCreate: true
## Not well tested and not well supported on release v1.0.0.
## Applications
## reference: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/