Add permission to create events

Updates Controller RBAC to allow creation of events.

Change-Id: Id0378d214e483428f7e3a616f4f6304093ed8b16
This commit is contained in:
Maysa Macedo 2021-10-18 17:45:09 +00:00
parent e1bffea414
commit 455bafb6a3
1 changed files with 5 additions and 0 deletions

View File

@ -431,6 +431,11 @@ rules:
- network-attachment-definitions
verbs:
- get
- apiGroups: ["", "events.k8s.io"]
resources:
- events
verbs:
- create
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1