Skip to content

Commit

Permalink
Merge pull request #63 from fromanirh/fix-sched-rbac
Browse files Browse the repository at this point in the history
sched: clusterrole: add missing permissions
  • Loading branch information
ffromani authored Nov 18, 2021
2 parents f6fffca + a87bcb6 commit 2b8e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manifests/yaml/sched/scheduler/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rules:
resources: ["subjectaccessreviews"]
verbs: ["create"]
- apiGroups: ["storage.k8s.io"]
resources: ["csinodes", "storageclasses"]
resources: ["csinodes", "storageclasses", "csidrivers", "csistoragecapacities"]
verbs: ["get", "list", "watch"]
- apiGroups: ["scheduling.sigs.k8s.io"]
resources: ["podgroups", "elasticquotas"]
Expand Down

0 comments on commit 2b8e11c

Please sign in to comment.