Skip to content

Commit

Permalink
Add clusterrole for queues
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxuzhonghu committed May 9, 2019
1 parent ae7addf commit 7e441b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/chart/volcano/templates/controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rules:
resources: ["services", "configmaps"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: ["scheduling.incubator.k8s.io"]
resources: ["podgroups"]
resources: ["podgroups", "queues"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: ["scheduling.k8s.io"]
resources: ["priorityclasses"]
Expand Down

0 comments on commit 7e441b1

Please sign in to comment.