Skip to content

Commit

Permalink
Fix: topologies clusterrole not work
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <kerthcet@gmail.com>
  • Loading branch information
kerthcet committed Dec 26, 2024
1 parent 95bc3b2 commit 428eb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/components/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ rules:
- clusterqueues/finalizers
- localqueues/finalizers
- resourceflavors/finalizers
- topology/finalizers
- topologies/finalizers
- workloads/finalizers
verbs:
- update
Expand Down Expand Up @@ -276,7 +276,7 @@ rules:
- apiGroups:
- kueue.x-k8s.io
resources:
- topology
- topologies
verbs:
- get
- list
Expand Down

0 comments on commit 428eb99

Please sign in to comment.