From 03b52f315fbcf5479a2da0da95b9a1229953200b Mon Sep 17 00:00:00 2001 From: xuezhaojun Date: Mon, 9 Oct 2023 08:37:39 +0800 Subject: [PATCH] Fix: add finalizer permission to cluster-proxy. (#168) 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: