Merge "[COMMON][READINESS] Update readiness image and use service feature"
[oom.git] / kubernetes / common / mariadb-init / templates / job.yaml
index 2495e60..0edb8e9 100644 (file)
@@ -113,5 +113,4 @@ spec:
           name: {{ include "mariadbInit.configMap" . }}
           defaultMode: 0755
       restartPolicy: Never
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}