Merge "[COMMON][READINESS] Update readiness image and use service feature"
[oom.git] / kubernetes / common / postgres-init / templates / job.yaml
index b62bef8..348dda5 100644 (file)
@@ -106,5 +106,4 @@ spec:
         emptyDir:
           medium: Memory
       restartPolicy: Never
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}