forked from argoproj/argo-helm
fix: add missing status resources in rbac clusterrole (#694)
Signed-off-by: kostas-theo <ktheo@oneconcern.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com>main
parent
bb9af68fc2
commit
7b78693819
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
description: A Helm chart to install Argo-Events in k8s Cluster
|
||||
name: argo-events
|
||||
version: 1.3.1
|
||||
version: 1.3.2
|
||||
keywords:
|
||||
- argo-events
|
||||
- sensor-controller
|
||||
|
|
|
@ -47,10 +47,13 @@ rules:
|
|||
- workflowtemplates/finalizers
|
||||
- sensors
|
||||
- sensors/finalizers
|
||||
- sensors/status
|
||||
- eventsources
|
||||
- eventsources/finalizers
|
||||
- eventsources/status
|
||||
- eventbus
|
||||
- eventbus/finalizers
|
||||
- eventbus/status
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue