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: ["*"] verbs: ["*"]
resources: resources:
- endpoints - endpoints
- ingress
- pods - pods
- nodes - nodes
- services - services
- services/status - services/status
- namespaces - namespaces
- apiGroups: ["route.openshift.io"]
resources:
- routes
verbs: ["*"]
- apiGroups: - apiGroups:
- openstack.org - openstack.org
verbs: ["*"] verbs: ["*"]