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 <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Jan 2, 2025
1 parent f0ef013 commit 7c09139
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/rbac/submariner-operator/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,9 @@ rules:
- create
- update
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create

0 comments on commit 7c09139

Please sign in to comment.