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

Signed-off-by: Steve Mattar <smattar@redhat.com>
This commit is contained in:
Steve Mattar
2021-05-24 14:40:13 -05:00
committed by Daniel Farrell
parent 55b0610620
commit 12c8e9b3ff
+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