[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cds / components / cds-sdc-listener / templates / deployment.yaml
index d9d63e3..a106235 100644 (file)
@@ -100,5 +100,4 @@ spec:
               path: application.yaml
             - key: logback.xml
               path: logback.xml
-      imagePullSecrets:
-      - name: {{ include "common.namespace" . }}-docker-registry-key
+      {{- include "common.imagePullSecrets" . | nindent 6 }}