Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
458686fe1d |
|
@ -55,8 +55,6 @@ spec:
|
|||
fieldPath: spec.nodeName
|
||||
imagePullPolicy: {{ .Values.windows.image.nodeDriverRegistrar.pullPolicy }}
|
||||
volumeMounts:
|
||||
- name: kubelet-dir
|
||||
mountPath: "C:\\var\\lib\\kubelet"
|
||||
- name: plugin-dir
|
||||
mountPath: C:\csi
|
||||
- name: registration-dir
|
||||
|
@ -103,7 +101,7 @@ spec:
|
|||
privileged: true
|
||||
volumeMounts:
|
||||
- name: kubelet-dir
|
||||
mountPath: "C:\\var\\lib\\kubelet"
|
||||
mountPath: {{ .Values.kubelet.windowsPath }}\
|
||||
- name: plugin-dir
|
||||
mountPath: C:\csi
|
||||
- name: csi-proxy-fs-pipe
|
||||
|
|
|
@ -105,7 +105,7 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
- mountPath: /var/lib/kubelet/
|
||||
- mountPath: {{ .Values.kubelet.linuxPath }}/
|
||||
mountPropagation: Bidirectional
|
||||
name: mountpoint-dir
|
||||
resources:
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue