Skip to content

Commit bc949a5

Browse files
committed
chore: add kubelet mount path
1 parent b2296f3 commit bc949a5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
23 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ spec:
101101
mountPath: /host/usr
102102
- name: host-etc
103103
mountPath: /host/etc
104+
- mountPath: /var/lib/kubelet/
105+
mountPropagation: Bidirectional
106+
name: kubelet-dir
104107
containers:
105108
- name: liveness-probe
106109
volumeMounts:

deploy/csi-azurefile-node.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ spec:
6363
mountPath: /host/usr
6464
- name: host-etc
6565
mountPath: /host/etc
66+
- mountPath: /var/lib/kubelet/
67+
mountPropagation: Bidirectional
68+
name: kubelet-dir
6669
containers:
6770
- name: liveness-probe
6871
volumeMounts:

0 commit comments

Comments
 (0)