feat: Support custom rules for the Application Controller Cluster Role (#730)
* feat: Support custom rules for the Application Controller Cluster Role Signed-off-by: Lorelei McCollum <lorelei.mccollum@endurance.com> * Add newline at end of file Signed-off-by: Lorelei McCollum <lorelei.mccollum@endurance.com>
This commit is contained in:
parent
6735d66f1a
commit
a25cfd221c
4 changed files with 19 additions and 2 deletions
|
|
@ -183,6 +183,13 @@ controller:
|
|||
## Enable if you would like to grant rights to ArgoCD to deploy to the local Kubernetes cluster.
|
||||
clusterAdminAccess:
|
||||
enabled: true
|
||||
## Enable Custom Rules for the Application Controller's Cluster Role resource
|
||||
## Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource.
|
||||
## Defaults to off
|
||||
clusterRoleRules:
|
||||
enabled: false
|
||||
rules: []
|
||||
|
||||
|
||||
## Dex
|
||||
dex:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue