File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ name: libvirt-csi
33description : LibVirt CSI Driver
44type : application
55
6- version : 0.1.5
6+ version : 0.1.6
77
88appVersion : " v0.0.9"
Original file line number Diff line number Diff line change 6161 env :
6262 - name : CSI_ENDPOINT
6363 value : /csi/csi.sock
64+ - name : CSI_NODE_MACHINEIDFILE
65+ value : {{ .Values.node.machineIdFile }}
6466 {{- with .Values.node.env }}
6567 {{- toYaml . | nindent 12 }}
6668 {{- end }}
7173 add : ["SYS_ADMIN"]
7274 allowPrivilegeEscalation : true
7375 volumeMounts :
76+ - name : machine-id
77+ mountPath : {{ .Values.node.machineIdFile }}
7478 - name : plugin-dir
7579 mountPath : /csi
7680 - name : pods-mount-dir
9599 nodeSelector :
96100 kubernetes.io/os : linux
97101 volumes :
102+ - name : machine-id
103+ hostPath :
104+ path : {{ .Values.node.machineIdFile }}
98105 - name : registration-dir
99106 hostPath :
100107 path : /var/lib/kubelet/plugins_registry/
Original file line number Diff line number Diff line change 2424 tolerations : []
2525 affinity : {}
2626 env : []
27+ machineIdFile : /etc/machine-id
You can’t perform that action at this time.
0 commit comments