Skip to content

Commit 5a3841c

Browse files
committed
fix: add missing node get rbac
1 parent 600879f commit 5a3841c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
5 Bytes
Binary file not shown.

charts/latest/azurefile-csi-driver/templates/rbac-csi-azurefile-node.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ rules:
3838
- apiGroups: [""]
3939
resources: ["pods"]
4040
verbs: ["get"]
41+
- apiGroups: [""]
42+
resources: ["nodes"]
43+
verbs: ["get"]
4144
- apiGroups: ["node.k8s.io"]
4245
resources: ["runtimeclasses"]
4346
verbs: ["get", "list"]

0 commit comments

Comments
 (0)