diff --git a/manifests/install/charts/as-a-second-scheduler/templates/rbac.yaml b/manifests/install/charts/as-a-second-scheduler/templates/rbac.yaml index 041f7a6cd3..ce9a5b0a57 100644 --- a/manifests/install/charts/as-a-second-scheduler/templates/rbac.yaml +++ b/manifests/install/charts/as-a-second-scheduler/templates/rbac.yaml @@ -56,6 +56,9 @@ rules: - apiGroups: ["authorization.k8s.io"] resources: ["subjectaccessreviews"] verbs: ["create"] +- apiGroups: ["resource.k8s.io"] + resources: ["deviceclasses", "resourceclaims", "resourceslices"] + verbs: ["get", "list", "watch"] - apiGroups: ["storage.k8s.io"] resources: ["csinodes", "storageclasses" , "csidrivers" , "csistoragecapacities", "volumeattachments"] verbs: ["get", "list", "watch"]