Skip to content

Commit d9796d1

Browse files
committed
mark workingMountDir as emptyDir
1 parent 215f821 commit d9796d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/latest/csi-driver-nfs/templates/csi-nfs-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ spec:
118118
mountPropagation: "Bidirectional"
119119
- mountPath: /csi
120120
name: socket-dir
121+
- mountPath: {{ .Values.controller.workingMountDir }}
122+
name: tmp-dir
121123
resources: {{- toYaml .Values.controller.resources.nfs | nindent 12 }}
122124
volumes:
123125
- name: pods-mount-dir
@@ -126,3 +128,5 @@ spec:
126128
type: Directory
127129
- name: socket-dir
128130
emptyDir: {}
131+
- name: tmp-dir
132+
emptyDir: {}

0 commit comments

Comments
 (0)