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