Skip to content

Commit 44b096d

Browse files
authored
Merge pull request #386 from boddumanohar/issue-382
add tmp-path parameter in chart config
2 parents 629de6d + 8f4bd39 commit 44b096d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
17 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ spec:
171171
path: /var/lib/waagent/ManagedIdentity-Settings
172172
name: msi
173173
- hostPath:
174-
path: /mnt
174+
path: {{ .Values.kubelet.BlobCachePath }}
175175
name: blob-cache
176176
{{- if eq .Values.cloud "AzureStackCloud" }}
177177
- name: ssl

charts/latest/blob-csi-driver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ node:
100100
tolerations: []
101101
kubelet:
102102
linuxPath: /var/lib/kubelet
103+
BlobCachePath: /mnt
103104

104105
cloud: AzurePublicCloud
105106

0 commit comments

Comments
 (0)