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: