From 767d2fbb4adaf60e4ef2b7ad6f27e4437c92cb59 Mon Sep 17 00:00:00 2001 From: xuezhaojun Date: Sun, 8 Oct 2023 15:34:21 +0800 Subject: [PATCH] Fix: add finalizer permission to cluster-proxy. Signed-off-by: xuezhaojun --- charts/cluster-proxy/templates/clusterrole.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/cluster-proxy/templates/clusterrole.yaml b/charts/cluster-proxy/templates/clusterrole.yaml index 277cd84e..308271b6 100644 --- a/charts/cluster-proxy/templates/clusterrole.yaml +++ b/charts/cluster-proxy/templates/clusterrole.yaml @@ -30,6 +30,12 @@ rules: - get - list - watch + - apiGroups: + - addon.open-cluster-management.io + resources: + - managedclusteraddons/finalizers + verbs: + - '*' - apiGroups: - proxy.open-cluster-management.io resources: