[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cds / components / cds-blueprints-processor / templates / deployment.yaml
index 761b031..9631267 100755 (executable)
@@ -200,5 +200,4 @@ spec:
         - name: processed-config
           emptyDir:
             medium: Memory
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}