Skip to content

Commit

Permalink
add rbac for kosmos-scheduler
Browse files Browse the repository at this point in the history
Signed-off-by: qiuming520 <[email protected]>
  • Loading branch information
qiuming520 committed Dec 18, 2024
1 parent 4100950 commit 1bead9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/scheduler/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ kind: ClusterRole
metadata:
name: kosmos-scheduler
rules:
- verbs:
- get
- list
- watch
apiGroups:
- kosmos.io
resources:
- '*'
- verbs:
- create
- patch
Expand Down

0 comments on commit 1bead9d

Please sign in to comment.