summaryrefslogtreecommitdiffstats
path: root/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml')
-rw-r--r--charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml b/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml
index 69a9956..3db88b6 100644
--- a/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml
+++ b/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml
@@ -73,7 +73,7 @@ spec:
containers:
- image: "{{ include "common.repository" . }}/{{ .Values.image }}"
name: {{ include "common.name" . }}
- imagePullPolicy: {{ .Values.pullPolicy }}
+ imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
command: ["/entrypoint.sh"]
workingDir: /distcenter
volumeMounts:
@@ -102,4 +102,4 @@ spec:
imagePullSecrets:
- name: "{{ include "common.namespace" . }}-docker-registry-key"
-{{- end -}} \ No newline at end of file
+{{- end -}}