Skip to content

Commit 3dde284

Browse files
committed
add azcopy-dir since volume cloning supported from v1.23.2
1 parent e641bfb commit 3dde284

18 files changed

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

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

+4
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

+4
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

+4
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

+4
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

+4
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/
26 Bytes
Binary file not shown.

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

+4
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/

deploy/csi-blob-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ spec:
113113
volumeMounts:
114114
- mountPath: /csi
115115
name: socket-dir
116+
- mountPath: /root/.azcopy
117+
name: azcopy-dir
116118
- mountPath: /etc/kubernetes/
117119
name: azure-cred
118120
resources:
@@ -152,6 +154,8 @@ spec:
152154
volumes:
153155
- name: socket-dir
154156
emptyDir: {}
157+
- name: azcopy-dir
158+
emptyDir: {}
155159
- name: azure-cred
156160
hostPath:
157161
path: /etc/kubernetes/

deploy/v1.23.2/csi-blob-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ spec:
107107
volumeMounts:
108108
- mountPath: /csi
109109
name: socket-dir
110+
- mountPath: /root/.azcopy
111+
name: azcopy-dir
110112
- mountPath: /etc/kubernetes/
111113
name: azure-cred
112114
resources:
@@ -138,6 +140,8 @@ spec:
138140
volumes:
139141
- name: socket-dir
140142
emptyDir: {}
143+
- name: azcopy-dir
144+
emptyDir: {}
141145
- name: azure-cred
142146
hostPath:
143147
path: /etc/kubernetes/

deploy/v1.23.3/csi-blob-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ spec:
105105
volumeMounts:
106106
- mountPath: /csi
107107
name: socket-dir
108+
- mountPath: /root/.azcopy
109+
name: azcopy-dir
108110
- mountPath: /etc/kubernetes/
109111
name: azure-cred
110112
resources:
@@ -136,6 +138,8 @@ spec:
136138
volumes:
137139
- name: socket-dir
138140
emptyDir: {}
141+
- name: azcopy-dir
142+
emptyDir: {}
139143
- name: azure-cred
140144
hostPath:
141145
path: /etc/kubernetes/

deploy/v1.23.4/csi-blob-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ spec:
107107
volumeMounts:
108108
- mountPath: /csi
109109
name: socket-dir
110+
- mountPath: /root/.azcopy
111+
name: azcopy-dir
110112
- mountPath: /etc/kubernetes/
111113
name: azure-cred
112114
resources:
@@ -138,6 +140,8 @@ spec:
138140
volumes:
139141
- name: socket-dir
140142
emptyDir: {}
143+
- name: azcopy-dir
144+
emptyDir: {}
141145
- name: azure-cred
142146
hostPath:
143147
path: /etc/kubernetes/

deploy/v1.24.0/csi-blob-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ spec:
107107
volumeMounts:
108108
- mountPath: /csi
109109
name: socket-dir
110+
- mountPath: /root/.azcopy
111+
name: azcopy-dir
110112
- mountPath: /etc/kubernetes/
111113
name: azure-cred
112114
resources:
@@ -138,6 +140,8 @@ spec:
138140
volumes:
139141
- name: socket-dir
140142
emptyDir: {}
143+
- name: azcopy-dir
144+
emptyDir: {}
141145
- name: azure-cred
142146
hostPath:
143147
path: /etc/kubernetes/

deploy/v1.24.1/csi-blob-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ spec:
113113
volumeMounts:
114114
- mountPath: /csi
115115
name: socket-dir
116+
- mountPath: /root/.azcopy
117+
name: azcopy-dir
116118
- mountPath: /etc/kubernetes/
117119
name: azure-cred
118120
resources:
@@ -152,6 +154,8 @@ spec:
152154
volumes:
153155
- name: socket-dir
154156
emptyDir: {}
157+
- name: azcopy-dir
158+
emptyDir: {}
155159
- name: azure-cred
156160
hostPath:
157161
path: /etc/kubernetes/

0 commit comments

Comments
 (0)