global image pull issue
[oom.git] / kubernetes / aaf / charts / aaf-sms / charts / aaf-sms-quorumclient / templates / statefulset.yaml
index 0a83e85..16f8092 100644 (file)
@@ -34,7 +34,7 @@ spec:
       containers:
       - image: "{{ include "common.repository" . }}/{{ .Values.image }}"
         name: {{ include "common.name" . }}
-        imagePullPolicy: {{ .Values.pullPolicy }}
+        imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
         command: ["/quorumclient/bin/quorumclient"]
         workingDir: /quorumclient/
         volumeMounts: