We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062de88 commit 98151c1Copy full SHA for 98151c1
charts/latest/blob-csi-driver/templates/csi-blob-node.yaml
@@ -298,16 +298,16 @@ spec:
298
name: mountpoint-dir
299
{{- end }}
300
volumes:
301
- {{- if .Values.linux.mountHomeK8sBin }}
+{{- if eq .Values.linux.distro "cos" }}
302
- name: host-home-kubernetes-bin
303
hostPath:
304
path: /home/kubernetes/bin
305
- {{- end }}
306
- {{- if .Values.linux.mountVarLib }}
+{{- end }}
+{{- if eq .Values.linux.distro "gardenlinux" }}
307
- name: host-var-bin
308
309
path: /var/bin
310
311
- name: host-usr
312
313
path: /usr
0 commit comments