Skip to content

Commit

Permalink
Restore CRUD Secret RBAC permissons for the operator Role
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis authored and dfarrell07 committed May 7, 2024
1 parent 88ac54d commit ad3ab22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions submariner-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ rules:
- get
- create
- update
- apiGroups:
- ""
resources:
# For syncing Secrets from the broker
- secrets
verbs:
- get
- create
- update
- delete
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit ad3ab22

Please sign in to comment.