Skip to content

Commit

Permalink
add azcopy-dir since volume cloning supported from v1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
umagnus committed Jun 28, 2024
1 parent e641bfb commit 3dde284
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 0 deletions.
Binary file modified charts/latest/blob-csi-driver-v0.0.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
{{- if eq .Values.cloud "AzureStackCloud" }}
Expand Down Expand Up @@ -221,6 +223,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
Binary file modified charts/v1.23.2/blob-csi-driver-v1.23.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
{{- if eq .Values.cloud "AzureStackCloud" }}
Expand Down Expand Up @@ -194,6 +196,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
Binary file modified charts/v1.23.3/blob-csi-driver-v1.23.3.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
{{- if eq .Values.cloud "AzureStackCloud" }}
Expand Down Expand Up @@ -192,6 +194,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
Binary file modified charts/v1.23.4/blob-csi-driver-v1.23.4.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
{{- if eq .Values.cloud "AzureStackCloud" }}
Expand Down Expand Up @@ -194,6 +196,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
Binary file modified charts/v1.24.0/blob-csi-driver-v1.24.0.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
{{- if eq .Values.cloud "AzureStackCloud" }}
Expand Down Expand Up @@ -205,6 +207,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
Binary file modified charts/v1.24.1/blob-csi-driver-v1.24.1.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
{{- if eq .Values.cloud "AzureStackCloud" }}
Expand Down Expand Up @@ -221,6 +223,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
4 changes: 4 additions & 0 deletions deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
resources:
Expand Down Expand Up @@ -152,6 +154,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
4 changes: 4 additions & 0 deletions deploy/v1.23.2/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
resources:
Expand Down Expand Up @@ -138,6 +140,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
4 changes: 4 additions & 0 deletions deploy/v1.23.3/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
resources:
Expand Down Expand Up @@ -136,6 +138,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
4 changes: 4 additions & 0 deletions deploy/v1.23.4/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
resources:
Expand Down Expand Up @@ -138,6 +140,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
4 changes: 4 additions & 0 deletions deploy/v1.24.0/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
resources:
Expand Down Expand Up @@ -138,6 +140,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down
4 changes: 4 additions & 0 deletions deploy/v1.24.1/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ spec:
volumeMounts:
- mountPath: /csi
name: socket-dir
- mountPath: /root/.azcopy
name: azcopy-dir
- mountPath: /etc/kubernetes/
name: azure-cred
resources:
Expand Down Expand Up @@ -152,6 +154,8 @@ spec:
volumes:
- name: socket-dir
emptyDir: {}
- name: azcopy-dir
emptyDir: {}
- name: azure-cred
hostPath:
path: /etc/kubernetes/
Expand Down

0 comments on commit 3dde284

Please sign in to comment.