fix: migrate job image pull policy set from values

This commit is contained in:
Revant Nandgaonkar 2020-04-24 12:36:23 +05:30
parent a77d2608bc
commit 9edc4cfbf8

View file

@ -13,7 +13,7 @@ spec:
- name: erpnext
image: "{{ .Values.pythonImage.repository }}:{{ .Values.pythonImage.tag }}"
args: ["migrate"]
imagePullPolicy: IfNotPresent
imagePullPolicy: {{ .Values.pythonImage.pullPolicy }}
volumeMounts:
- name: sites-dir
mountPath: /home/frappe/frappe-bench/sites