Add RBAC access to events.

This commit is contained in:
2023-02-20 15:07:51 +00:00
parent 90d04588f8
commit ffdc5a1d55
@@ -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