Skip to content

Commit 422687a

Browse files
authored
Merge pull request #1455 from umagnus/release-1.23-azcopydir
[release-1.23] fix: add azcopy-dir since volume cloning supported from v1.23.2
2 parents 9309921 + c9c933a commit 422687a

File tree

18 files changed

+48
-0
lines changed

18 files changed

+48
-0
lines changed
29 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
@@ -161,6 +161,8 @@ spec:
161161
volumeMounts:
162162
- mountPath: /csi
163163
name: socket-dir
164+
- mountPath: /root/.azcopy
165+
name: azcopy-dir
164166
- mountPath: /etc/kubernetes/
165167
name: azure-cred
166168
{{- if eq .Values.cloud "AzureStackCloud" }}
@@ -208,6 +210,8 @@ spec:
208210
volumes:
209211
- name: socket-dir
210212
emptyDir: {}
213+
- name: azcopy-dir
214+
emptyDir: {}
211215
- name: azure-cred
212216
hostPath:
213217
path: /etc/kubernetes/
22 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
@@ -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.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/
22 Bytes
Binary file not shown.

charts/v1.23.5/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/

0 commit comments

Comments
 (0)