fix(argo-workflows): Add missing WorkflowTasksets RBAC to controller (#1032)

* Add missing WorkflowTasksets RBAC to controller

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>

* Add WorkflowTaskSet RBAC to admin role

Signed-off-by: Paul Ayling <paulayling.dev@gmail.com>
This commit is contained in:
Paul Ayling 2021-11-23 10:12:11 +00:00 committed by GitHub
parent f9b2f22203
commit 46d43f8af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -68,6 +68,8 @@ rules:
- workflows/finalizers
- workfloweventbindings
- workfloweventbindings/finalizers
- workflowtasksets
- workflowtasksets/finalizers
- workflowtemplates
- workflowtemplates/finalizers
- cronworkflows

View file

@ -42,6 +42,8 @@ rules:
resources:
- workflows
- workflows/finalizers
- workflowtasksets
- workflowtasksets/finalizers
verbs:
- get
- list