Skip to content

Commit

Permalink
Add status patch for cluster-manager. (#566)
Browse files Browse the repository at this point in the history
Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun authored Jan 12, 2024
1 parent b2ede3f commit 4574af1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1877,6 +1877,12 @@ rules:
- patch
- update
- watch
- apiGroups:
- migration.k8s.io
resources:
- storageversionmigrations/status
verbs:
- patch
- apiGroups:
- monitoring.coreos.com
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,12 @@ rules:
- watch
- patch
- delete
- apiGroups:
- migration.k8s.io
resources:
- storageversionmigrations/status
verbs:
- patch
- apiGroups:
- addon.open-cluster-management.io
resources:
Expand Down
1 change: 1 addition & 0 deletions pkg/templates/rbac_gen.go

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

0 comments on commit 4574af1

Please sign in to comment.