diff --git a/submariner/templates/rbac.yaml b/submariner/templates/rbac.yaml index f3f38ed..a2aae8d 100644 --- a/submariner/templates/rbac.yaml +++ b/submariner/templates/rbac.yaml @@ -122,7 +122,7 @@ rules: verbs: ["get", "list", "watch", "update"] - apiGroups: ["discovery.k8s.io"] resources: ["endpointslices"] - verbs: ["create", "get", "list", "watch", "update", "delete"] + verbs: ["create", "get", "list", "watch", "update", "delete", "deletecollection"] - apiGroups: ["lighthouse.submariner.io"] resources: ["*"] verbs: ["create", "get", "list", "watch", "update", "delete"]