Skip to content

Commit f7ba1f6

Browse files
committed
fix
1 parent 17c75e8 commit f7ba1f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
5 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
mountPath: /host/etc
104104
- mountPath: /var/lib/kubelet/
105105
mountPropagation: Bidirectional
106-
name: kubelet-dir
106+
name: mountpoint-dir
107107
containers:
108108
- name: liveness-probe
109109
volumeMounts:

deploy/csi-azurefile-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
mountPath: /host/etc
6666
- mountPath: /var/lib/kubelet/
6767
mountPropagation: Bidirectional
68-
name: kubelet-dir
68+
name: mountpoint-dir
6969
containers:
7070
- name: liveness-probe
7171
volumeMounts:

0 commit comments

Comments
 (0)