[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / common / postgres-init / templates / job.yaml
index 7fa2e9f..6736559 100644 (file)
@@ -100,5 +100,4 @@ spec:
         emptyDir:
           medium: Memory
       restartPolicy: Never
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}