fix(rbac): add missing cluster roles to submariner-operator

Signed-off-by: Steve Mattar <smattar@redhat.com>
(cherry picked from commit 12c8e9b3ff)
This commit is contained in:
Steve Mattar
2021-06-29 11:26:41 +02:00
committed by Stephen Kitt
parent 4126e0fb08
commit 6a0c5f2c29
+4 -1
View File
@@ -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