We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215f821 commit d9796d1Copy full SHA for d9796d1
charts/latest/csi-driver-nfs/templates/csi-nfs-controller.yaml
@@ -118,6 +118,8 @@ spec:
118
mountPropagation: "Bidirectional"
119
- mountPath: /csi
120
name: socket-dir
121
+ - mountPath: {{ .Values.controller.workingMountDir }}
122
+ name: tmp-dir
123
resources: {{- toYaml .Values.controller.resources.nfs | nindent 12 }}
124
volumes:
125
- name: pods-mount-dir
@@ -126,3 +128,5 @@ spec:
126
128
type: Directory
127
129
- name: socket-dir
130
emptyDir: {}
131
+ - name: tmp-dir
132
+ emptyDir: {}
0 commit comments