Skip to content

Commit

Permalink
fix: aggregate clusterrole to admission controller
Browse files Browse the repository at this point in the history
Signed-off-by: ShutingZhao <[email protected]>
  • Loading branch information
realshuting committed Sep 4, 2024
1 parent 881e179 commit f990f4f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ rules:
- create
- update
- delete
- apiGroups:
- rbac.authorization.k8s.io
resources:
- rolebindings
verbs:
- get
- list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ rules:
- create
- update
- delete
- get
- apiGroups:
- rbac.authorization.k8s.io
resources:
- roles
verbs:
- list
- get

0 comments on commit f990f4f

Please sign in to comment.