Merge "Fix music-cassandra statefulset failing"
[oom.git] / kubernetes / common / music / charts / zookeeper / templates / job-chroots.yaml
index 38592dd..b5b9723 100644 (file)
@@ -33,7 +33,7 @@ spec:
       containers:
         - name: main
           image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
-          imagePullPolicy: {{ .Values.image.pullPolicy }}
+          imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.image.pullPolicy }}
           command:
             - /bin/bash
             - -o