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:
parent
f9b2f22203
commit
46d43f8af3
3 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -42,6 +42,8 @@ rules:
|
||||||
resources:
|
resources:
|
||||||
- workflows
|
- workflows
|
||||||
- workflows/finalizers
|
- workflows/finalizers
|
||||||
|
- workflowtasksets
|
||||||
|
- workflowtasksets/finalizers
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
|
|
Loading…
Reference in a new issue