[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / modeling / components / modeling-etsicatalog / templates / deployment.yaml
index c2b810f..a23d257 100644 (file)
@@ -172,5 +172,4 @@ spec:
             name : {{ include "common.fullname" . }}-logging-configmap
 
         {{ include "common.log.volumes" . | nindent 8 }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}