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:40 -04:00
committed by Daniel Farrell
parent 88ac54d5a3
commit ad3ab224f8
+10
View File
@@ -18,6 +18,16 @@ rules:
- get - get
- create - create
- update - update
- apiGroups:
- ""
resources:
# For syncing Secrets from the broker
- secrets
verbs:
- get
- create
- update
- delete
- apiGroups: - apiGroups:
- "" - ""
resources: resources: