Skip to content

Commit

Permalink
Fix RBAC to allow removal of legacy finalizer
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
porting by
Signed-off-by: Deshi Xiao <xiaods@gmail.com>
  • Loading branch information
xiaods committed Nov 5, 2022
1 parent 4aa08f5 commit c4da401
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions manifests/ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- services
verbs:
- patch
- update
- apiGroups:
- ""
resources:
Expand Down
2 changes: 1 addition & 1 deletion pkg/deploy/zz_generated_bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c4da401

Please sign in to comment.