Skip to content

Commit 620fdad

Browse files
committed
Add node list and watch permissions
Signed-off-by: Swati Gupta <swatig@nvidia.com>
1 parent 572730b commit 620fdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/k8s-dra-driver/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rules:
1313
verbs: ["update"]
1414
- apiGroups: [""]
1515
resources: ["nodes"]
16-
verbs: ["get"]
16+
verbs: ["get", "list", "watch"]
1717
- apiGroups: ["resource.k8s.io"]
1818
resources: ["resourceslices"]
1919
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]

0 commit comments

Comments
 (0)