fix helm value pullPolicy mismatch bug

This commit is contained in:
Zhou Miao
2019-04-25 12:03:44 +08:00
parent 724eed5f94
commit a01c01b01b
4 changed files with 7 additions and 7 deletions

View File

@ -49,7 +49,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
imagePullPolicy: {{ .Values.nodeplugin.registrar.image.imagePullPolicy }}
imagePullPolicy: {{ .Values.nodeplugin.registrar.image.pullPolicy }}
volumeMounts:
- name: plugin-dir
mountPath: /csi
@ -82,7 +82,7 @@ spec:
fieldPath: spec.nodeName
- name: CSI_ENDPOINT
value: "unix:/{{ .Values.socketDir }}/{{ .Values.socketFile }}"
imagePullPolicy: {{ .Values.nodeplugin.plugin.image.imagePullPolicy }}
imagePullPolicy: {{ .Values.nodeplugin.plugin.image.pullPolicy }}
volumeMounts:
- name: plugin-dir
mountPath: {{ .Values.socketDir }}