Add RBAC access to events.

This commit is contained in:
2023-02-20 15:07:51 +00:00
parent 35b9efc0e1
commit 785a6adbd4
@@ -44,6 +44,15 @@ rules:
- patch
- update
- watch
# Add access to events
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding