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
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.9.1
|
||||
version: 0.9.2
|
||||
appVersion: v3.2.4
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
|
@ -15,4 +15,4 @@ maintainers:
|
|||
- name: benjaminws
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Changed default GCP keyFormat"
|
||||
- "[Fixed]: Added missing WorkflowTaskSets RBAC to controller"
|
||||
|
|
|
@ -68,6 +68,8 @@ rules:
|
|||
- workflows/finalizers
|
||||
- workfloweventbindings
|
||||
- workfloweventbindings/finalizers
|
||||
- workflowtasksets
|
||||
- workflowtasksets/finalizers
|
||||
- workflowtemplates
|
||||
- workflowtemplates/finalizers
|
||||
- cronworkflows
|
||||
|
|
|
@ -42,6 +42,8 @@ rules:
|
|||
resources:
|
||||
- workflows
|
||||
- workflows/finalizers
|
||||
- workflowtasksets
|
||||
- workflowtasksets/finalizers
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
|
Loading…
Reference in a new issue