diff --git a/submariner/templates/rbac.yaml b/submariner/templates/rbac.yaml index 2544989..de2b6ec 100644 --- a/submariner/templates/rbac.yaml +++ b/submariner/templates/rbac.yaml @@ -75,7 +75,7 @@ rules: resources: ["nodes"] verbs: ["get"] - apiGroups: ["submariner.io"] - resources: ["endpoints"] + resources: ["endpoints", "clusters"] verbs: ["get", "list", "watch"] --- apiVersion: rbac.authorization.k8s.io/v1