fix(argo-cd): Include applicationset resources in aggregated ClusterRoles (#1230)

Signed-off-by: Cameron McAvoy <cmcavoy@indeed.com>
This commit is contained in:
Cameron McAvoy 2022-04-22 03:33:46 -05:00 committed by GitHub
parent 608e396964
commit a90beacd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,7 @@ rules:
- argoproj.io
resources:
- applications
- applicationsets
- appprojects
verbs:
- get
@ -30,6 +31,7 @@ rules:
- argoproj.io
resources:
- applications
- applicationsets
- appprojects
verbs:
- create
@ -54,6 +56,7 @@ rules:
- argoproj.io
resources:
- applications
- applicationsets
- appprojects
verbs:
- create