Skip to content

Commit

Permalink
Merge pull request #226 from guptaNswati/fix-node-rbac
Browse files Browse the repository at this point in the history
Add node list and watch permissions
  • Loading branch information
klueska authored Jan 10, 2025
2 parents 572730b + 620fdad commit a72ff2a
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 a72ff2a

Please sign in to comment.