Skip to content

Commit 8ee3cf7

Browse files
committed
add helm package
1 parent 074ed1a commit 8ee3cf7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
10 Bytes
Binary file not shown.
26 Bytes
Binary file not shown.

charts/v1.30.1/azurefile-csi-driver/templates/csi-azurefile-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ spec:
195195
volumeMounts:
196196
- mountPath: /csi
197197
name: socket-dir
198+
- mountPath: /root/.azcopy
199+
name: azcopy-dir
198200
- mountPath: /etc/kubernetes/
199201
name: azure-cred
200202
{{- if eq .Values.linux.distro "fedora" }}
@@ -209,6 +211,8 @@ spec:
209211
volumes:
210212
- name: socket-dir
211213
emptyDir: {}
214+
- name: azcopy-dir
215+
emptyDir: {}
212216
- name: azure-cred
213217
hostPath:
214218
path: /etc/kubernetes/

0 commit comments

Comments
 (0)