mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
fix: migrate job image pull policy set from values
This commit is contained in:
parent
a77d2608bc
commit
9edc4cfbf8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
- name: erpnext
|
- name: erpnext
|
||||||
image: "{{ .Values.pythonImage.repository }}:{{ .Values.pythonImage.tag }}"
|
image: "{{ .Values.pythonImage.repository }}:{{ .Values.pythonImage.tag }}"
|
||||||
args: ["migrate"]
|
args: ["migrate"]
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: {{ .Values.pythonImage.pullPolicy }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: sites-dir
|
- name: sites-dir
|
||||||
mountPath: /home/frappe/frappe-bench/sites
|
mountPath: /home/frappe/frappe-bench/sites
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue