Skip to content

Commit

Permalink
Fix: add finalizer permission to cluster-proxy.
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun committed Oct 8, 2023
1 parent f2cfda4 commit 767d2fb
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 767d2fb

Please sign in to comment.