Skip to content

Commit

Permalink
Fix: add finalizer permission to cluster-proxy. (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <zxue@redhat.com>
  • Loading branch information
xuezhaojun authored Oct 9, 2023
1 parent 411824e commit 03b52f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/cluster-proxy/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03b52f3

Please sign in to comment.