From ad3ab224f80b86aa7144c814d03c693eceb0f06c Mon Sep 17 00:00:00 2001 From: Tom Pantelis Date: Mon, 6 May 2024 20:30:19 -0400 Subject: [PATCH] Restore CRUD Secret RBAC permissons for the operator Role Signed-off-by: Tom Pantelis --- submariner-operator/templates/rbac.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 595f3db..aad6f35 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -18,6 +18,16 @@ rules: - get - create - update + - apiGroups: + - "" + resources: + # For syncing Secrets from the broker + - secrets + verbs: + - get + - create + - update + - delete - apiGroups: - "" resources: