diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 2c4616a..488b1ca 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -226,6 +226,15 @@ metadata: chart: {{ template "submariner.chart" . }} app: {{ template "submariner.name" . }} rules: + - apiGroups: + - submariner.io + resources: + - gateways + verbs: + - get + - list + - watch + - update - apiGroups: - coordination.k8s.io resources: @@ -508,15 +517,6 @@ metadata: chart: {{ template "submariner.chart" . }} app: {{ template "submariner.name" . }} rules: - - apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch - - update - apiGroups: - "" resources: