[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / sdc / components / sdc-wfd-be / templates / job.yaml
index a305911..5b6762b 100644 (file)
@@ -86,6 +86,5 @@ spec:
         - name: {{ include "common.fullname" . }}-cqlshrc
           configMap:
             name: {{ include "common.release" . }}-sdc-cqlshrc
-      imagePullSecrets:
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}
 {{ end }}