fix: add missing status resources in rbac role (#667)

Signed-off-by: shortmann <kahllund@mac.com>
This commit is contained in:
Kai Kahllund 2021-04-21 15:05:39 +02:00 committed by GitHub
parent f80ab1a2fb
commit 50caa3d289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
description: A Helm chart to install Argo-Events in k8s Cluster description: A Helm chart to install Argo-Events in k8s Cluster
name: argo-events name: argo-events
version: 1.3.0 version: 1.3.1
keywords: keywords:
- argo-events - argo-events
- sensor-controller - sensor-controller

View file

@ -49,10 +49,13 @@ rules:
- workflowtemplates/finalizers - workflowtemplates/finalizers
- sensors - sensors
- sensors/finalizers - sensors/finalizers
- sensors/status
- eventsources - eventsources
- eventsources/finalizers - eventsources/finalizers
- eventsources/status
- eventbus - eventbus
- eventbus/finalizers - eventbus/finalizers
- eventbus/status
- apiGroups: - apiGroups:
- "" - ""
resources: resources: