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 authored and submariner-bot committed Jan 2, 2025
1 parent 4e130c9 commit 454e9be
Show file tree
Hide file tree
Showing 2 changed files with 12 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
6 changes: 6 additions & 0 deletions pkg/embeddedyamls/yamls.go
Original file line number Diff line number Diff line change
Expand Up @@ -2819,6 +2819,12 @@ rules:
- create
- update
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
`
Config_rbac_submariner_operator_role_binding_yaml = `---
kind: RoleBinding
Expand Down

0 comments on commit 454e9be

Please sign in to comment.