feat(argo-cd): add notification cluster role (#2315)
* Add notification cluster role Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Add notification cluster role Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Add notification cluster role Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> * Add notification cluster role Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com> --------- Signed-off-by: drfaust92 <ilia.lazebnik@gmail.com>
This commit is contained in:
parent
0cc1796530
commit
94c0a0a246
5 changed files with 48 additions and 3 deletions
|
|
@ -2997,6 +2997,12 @@ notifications:
|
|||
# -- Whether helm chart creates notifications controller config map
|
||||
create: true
|
||||
|
||||
## Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource.
|
||||
## Defaults to off
|
||||
clusterRoleRules:
|
||||
# -- List of custom rules for the notifications controller's ClusterRole resource
|
||||
rules: []
|
||||
|
||||
# -- Contains centrally managed global application subscriptions
|
||||
## For more information: https://argocd-notifications.readthedocs.io/en/stable/subscriptions/
|
||||
subscriptions: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue