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

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.9.1 version: 0.9.2
appVersion: v3.2.4 appVersion: v3.2.4
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
@ -15,4 +15,4 @@ maintainers:
- name: benjaminws - name: benjaminws
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Changed]: Changed default GCP keyFormat" - "[Fixed]: Added missing WorkflowTaskSets RBAC to controller"

View file

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

View file

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