From 12c8e9b3ffc5f2757e6d5a52ee12a2f4dfc80ef1 Mon Sep 17 00:00:00 2001 From: Steve Mattar Date: Thu, 13 May 2021 14:27:12 +0300 Subject: [PATCH] fix(rbac): add missing cluster roles to submariner-operator Signed-off-by: Steve Mattar --- submariner-operator/templates/rbac.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 4952c5b..670cdff 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -397,6 +397,7 @@ rules: resources: - configmaps verbs: + - create - get - list - watch @@ -411,11 +412,13 @@ rules: - create - update - delete - - apiGroups: # pods and services are looked up to figure out network settings + - watch + - apiGroups: # pods, services and nodes are looked up to figure out network settings - "" resources: - pods - services + - nodes verbs: - get - list