diff --git a/submariner/templates/rbac.yaml b/submariner/templates/rbac.yaml index de2b6ec..1247f06 100644 --- a/submariner/templates/rbac.yaml +++ b/submariner/templates/rbac.yaml @@ -69,11 +69,8 @@ metadata: name: {{ template "submariner.fullname" . }}:globalnet rules: - apiGroups: [""] - resources: ["services", "namespaces", "pods"] + resources: ["services", "namespaces", "pods", "nodes"] verbs: ["get", "list", "watch", "update"] -- apiGroups: [""] - resources: ["nodes"] - verbs: ["get"] - apiGroups: ["submariner.io"] resources: ["endpoints", "clusters"] verbs: ["get", "list", "watch"]