mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 20:20:35 +00:00
Include ClusterRole for routeagent to list nodes
In the new event framework we use node listeners to support certain use-cases. Currently in helm, routeagent does not have that role, so e2e tests are failing. This PR enables it. Related to: https://github.com/submariner-io/submariner/issues/858 Signed-Off-by: Sridhar Gaddam <sgaddam@redhat.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
33cbc85f50
commit
c5ab3dd7d7
@@ -69,7 +69,7 @@ metadata:
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
verbs: ["get", "update"]
|
||||
verbs: ["get", "list", "watch", "update"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
||||
Reference in New Issue
Block a user