Restore CRUD Secret RBAC permissons for the operator Role

Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
This commit is contained in:
Tom Pantelis
2024-05-07 10:48:21 -04:00
committed by Daniel Farrell
parent 74971acb09
commit 4a2c0c768d
+10
View File
@@ -18,6 +18,16 @@ rules:
- get
- create
- update
- apiGroups:
- ""
resources:
# For syncing Secrets from the broker
- secrets
verbs:
- get
- create
- update
- delete
- apiGroups:
- ""
resources: