We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67c096 commit 3b4a957Copy full SHA for 3b4a957
1 file changed
charts/adhoc-odoo/v0.2.9/templates/deployment.yaml
@@ -53,7 +53,11 @@ spec:
53
securityContext:
54
{{- toYaml . | nindent 12 }}
55
{{- end }}
56
+ {{- if .Values.odoo.entrypoint.repos }}
57
+ image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}.dev"
58
+ {{- else }}
59
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
60
+ {{- end }}
61
imagePullPolicy: {{ .Values.image.pullPolicy }}
62
{{- if .Values.adhoc.devMode }}
63
args:
0 commit comments