We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95adb1f + 0f75af9 commit 9dc8d01Copy full SHA for 9dc8d01
applications/web/templates/deployment.yaml
@@ -136,7 +136,7 @@ spec:
136
{{- end }}
137
{{- else }}
138
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
139
- imagePullPolicy: {{ if eq .Values.image.tag "latest" }}"Always"{{ else }}"IfNotPresent"{{ end }}
+ imagePullPolicy: {{ if eq .Values.image.tag "latest" }}"Always"{{ else if eq .Values.image.pullPolicy "Always" }}"Always"{{ else }}"IfNotPresent"{{ end }}
140
141
{{- if .Values.global }}
142
{{- if .Values.global.image }}
0 commit comments