mark workingMountDir as emptyDir

This commit is contained in:
Jan Jansen 2023-03-13 16:46:08 +01:00
parent 215f821af1
commit d9796d1193

View File

@ -118,6 +118,8 @@ spec:
mountPropagation: "Bidirectional"
- mountPath: /csi
name: socket-dir
- mountPath: {{ .Values.controller.workingMountDir }}
name: tmp-dir
resources: {{- toYaml .Values.controller.resources.nfs | nindent 12 }}
volumes:
- name: pods-mount-dir
@ -126,3 +128,5 @@ spec:
type: Directory
- name: socket-dir
emptyDir: {}
- name: tmp-dir
emptyDir: {}