Skip to content

Commit 79f696c

Browse files
authored
Merge pull request #1454 from umagnus/add_azcopy_dir
fix: add azcopy-dir since volume cloning supported from v1.23.2
2 parents e641bfb + 3dde284 commit 79f696c

File tree

18 files changed

+48
-0
lines changed

18 files changed

+48
-0
lines changed
28 Bytes
Binary file not shown.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ spec:
174174
volumeMounts:
175175
- mountPath: /csi
176176
name: socket-dir
177+
- mountPath: /root/.azcopy
178+
name: azcopy-dir
177179
- mountPath: /etc/kubernetes/
178180
name: azure-cred
179181
{{- if eq .Values.cloud "AzureStackCloud" }}
@@ -221,6 +223,8 @@ spec:
221223
volumes:
222224
- name: socket-dir
223225
emptyDir: {}
226+
- name: azcopy-dir
227+
emptyDir: {}
224228
- name: azure-cred
225229
hostPath:
226230
path: /etc/kubernetes/
23 Bytes
Binary file not shown.

charts/v1.23.2/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ spec:
155155
volumeMounts:
156156
- mountPath: /csi
157157
name: socket-dir
158+
- mountPath: /root/.azcopy
159+
name: azcopy-dir
158160
- mountPath: /etc/kubernetes/
159161
name: azure-cred
160162
{{- if eq .Values.cloud "AzureStackCloud" }}
@@ -194,6 +196,8 @@ spec:
194196
volumes:
195197
- name: socket-dir
196198
emptyDir: {}
199+
- name: azcopy-dir
200+
emptyDir: {}
197201
- name: azure-cred
198202
hostPath:
199203
path: /etc/kubernetes/
23 Bytes
Binary file not shown.

charts/v1.23.3/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ spec:
153153
volumeMounts:
154154
- mountPath: /csi
155155
name: socket-dir
156+
- mountPath: /root/.azcopy
157+
name: azcopy-dir
156158
- mountPath: /etc/kubernetes/
157159
name: azure-cred
158160
{{- if eq .Values.cloud "AzureStackCloud" }}
@@ -192,6 +194,8 @@ spec:
192194
volumes:
193195
- name: socket-dir
194196
emptyDir: {}
197+
- name: azcopy-dir
198+
emptyDir: {}
195199
- name: azure-cred
196200
hostPath:
197201
path: /etc/kubernetes/
23 Bytes
Binary file not shown.

charts/v1.23.4/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ spec:
155155
volumeMounts:
156156
- mountPath: /csi
157157
name: socket-dir
158+
- mountPath: /root/.azcopy
159+
name: azcopy-dir
158160
- mountPath: /etc/kubernetes/
159161
name: azure-cred
160162
{{- if eq .Values.cloud "AzureStackCloud" }}
@@ -194,6 +196,8 @@ spec:
194196
volumes:
195197
- name: socket-dir
196198
emptyDir: {}
199+
- name: azcopy-dir
200+
emptyDir: {}
197201
- name: azure-cred
198202
hostPath:
199203
path: /etc/kubernetes/
20 Bytes
Binary file not shown.

charts/v1.24.0/blob-csi-driver/templates/csi-blob-controller.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ spec:
166166
volumeMounts:
167167
- mountPath: /csi
168168
name: socket-dir
169+
- mountPath: /root/.azcopy
170+
name: azcopy-dir
169171
- mountPath: /etc/kubernetes/
170172
name: azure-cred
171173
{{- if eq .Values.cloud "AzureStackCloud" }}
@@ -205,6 +207,8 @@ spec:
205207
volumes:
206208
- name: socket-dir
207209
emptyDir: {}
210+
- name: azcopy-dir
211+
emptyDir: {}
208212
- name: azure-cred
209213
hostPath:
210214
path: /etc/kubernetes/

0 commit comments

Comments
 (0)