Skip to content

Commit

Permalink
Add node list and watch permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Gupta <[email protected]>
  • Loading branch information
guptaNswati committed Jan 10, 2025
1 parent 572730b commit 620fdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/helm/k8s-dra-driver/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rules:
verbs: ["update"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get"]
verbs: ["get", "list", "watch"]
- apiGroups: ["resource.k8s.io"]
resources: ["resourceslices"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]

0 comments on commit 620fdad

Please sign in to comment.