We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0615a commit a4c2144Copy full SHA for a4c2144
1 file changed
charts/teuto-portal-k8s-worker/templates/deployment.yaml
@@ -18,7 +18,7 @@ spec:
18
- name: {{ .Chart.Name }}
19
securityContext: {{- toYaml .Values.global.podSecurityContext | nindent 12 }}
20
image: {{ template "portalworker.image". }}
21
- imagePullPolicy: {{ empty .Values.worker.image.digest | ternary "Always" "IfNotPresent" }}
+ imagePullPolicy: {{ include "common.images.pullPolicy" .Values.worker.image }}
22
env:
23
- name: JDBC_URL
24
value: {{ include "portalworker.jdbc" . | quote }}
0 commit comments