mark workingMountDir as emptyDir
This commit is contained in:
parent
215f821af1
commit
d9796d1193
@ -118,6 +118,8 @@ spec:
|
|||||||
mountPropagation: "Bidirectional"
|
mountPropagation: "Bidirectional"
|
||||||
- mountPath: /csi
|
- mountPath: /csi
|
||||||
name: socket-dir
|
name: socket-dir
|
||||||
|
- mountPath: {{ .Values.controller.workingMountDir }}
|
||||||
|
name: tmp-dir
|
||||||
resources: {{- toYaml .Values.controller.resources.nfs | nindent 12 }}
|
resources: {{- toYaml .Values.controller.resources.nfs | nindent 12 }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: pods-mount-dir
|
- name: pods-mount-dir
|
||||||
@ -126,3 +128,5 @@ spec:
|
|||||||
type: Directory
|
type: Directory
|
||||||
- name: socket-dir
|
- name: socket-dir
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
- name: tmp-dir
|
||||||
|
emptyDir: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user