Skip to content

Commit

Permalink
Add submariner-operator RBAC create permission for events
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Jan 8, 2025
1 parent 669d864 commit 967541e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions submariner-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ rules:
- create
- update
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 967541e

Please sign in to comment.