Remove ingress permissions from ServiceAccount

With the removal of OpenShift Routes support we don't need permissions
to access it anymore. Same happens with Ingress resources.

Change-Id: I9ba464c9c485e4f186dd02763a6ef4c270df9e77
This commit is contained in:
Michał Dulko 2020-02-11 11:37:57 +01:00
parent 5455399cf0
commit d37f34d6ec
1 changed files with 0 additions and 5 deletions

View File

@ -421,16 +421,11 @@ rules:
verbs: ["*"]
resources:
- endpoints
- ingress
- pods
- nodes
- services
- services/status
- namespaces
- apiGroups: ["route.openshift.io"]
resources:
- routes
verbs: ["*"]
- apiGroups:
- openstack.org
verbs: ["*"]