We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d731603 commit 2a3cb4eCopy full SHA for 2a3cb4e
charts/harvester-csi-driver/templates/daemonset.yaml
@@ -46,6 +46,9 @@ spec:
46
- --nodeid=$(NODE_ID)
47
- --endpoint=$(CSI_ENDPOINT)
48
- --kubeconfig=/var/lib/harvester/cloud-provider-config
49
+ {{- if .Values.hostStorageClass }}
50
+ - --host-storage-class={{ .Values.hostStorageClass }}
51
+ {{- end }}
52
env:
53
- name: NODE_ID
54
valueFrom:
charts/harvester-csi-driver/values.yaml
@@ -26,6 +26,8 @@ image:
26
nameOverride: ""
27
fullnameOverride: ""
28
29
+# This field can be used to specify the corresponding StorageClass on the host cluster.
30
+hostStorageClass: ""
31
kubeletRootDir: /var/lib/kubelet
32
cloudConfig:
33
secretName: ""
0 commit comments