diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index b083add..9930a22 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -359,29 +359,6 @@ rules: - patch - update - watch - - apiGroups: - - submariner.io - resources: - - clusterglobalegressips - - globalegressips - verbs: - - create - - get - - list - - watch - - update - - apiGroups: - - submariner.io - resources: - - globalingressips - verbs: - - create - - get - - list - - watch - - update - - delete - - deletecollection --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding @@ -680,6 +657,29 @@ rules: - get - list - watch + - apiGroups: + - submariner.io + resources: + - clusterglobalegressips + - globalegressips + verbs: + - create + - get + - list + - watch + - update + - apiGroups: + - submariner.io + resources: + - globalingressips + verbs: + - create + - get + - list + - watch + - update + - delete + - deletecollection - apiGroups: - multicluster.x-k8s.io resources: