aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter
diff options
context:
space:
mode:
authordkamdocs <devesh.kumar@amdocs.com>2018-12-21 09:25:53 +0000
committerdkamdocs <devesh.kumar@amdocs.com>2018-12-21 09:27:33 +0000
commit6ad3a1c8e3e74c4af3912adf1c982b131c163e77 (patch)
tree2dd22fd0f20730358ccaa62433689ef006cbd2c2 /kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter
parent84c242e22e45c8bf63c0bcde68e56fa6c4a2344d (diff)
global image pull issue
Issue-ID: OOM-1563 Change-Id: I383dbec29291ba5b13d613f60d8eb343b9c59dda Signed-off-by: dkamdocs <devesh.kumar@amdocs.com>
Diffstat (limited to 'kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter')
-rw-r--r--kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml b/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml
index 69a9956611..3db88b6f1e 100644
--- a/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/job.yaml
+++ b/kubernetes/aaf/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 -}}