mirror of
https://github.com/lukaszraczylo/jobs-manager-operator.git
synced 2026-06-13 02:51:32 +00:00
Add RBAC access to events.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user