mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 22:30:36 +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:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["nodes"]
|
resources: ["nodes"]
|
||||||
verbs: ["get", "update"]
|
verbs: ["get", "list", "watch", "update"]
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
|
|||||||
Reference in New Issue
Block a user