[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cds / components / cds-command-executor / templates / deployment.yaml
index fb728a3..9218a6e 100755 (executable)
@@ -97,5 +97,4 @@ spec:
         {{- else }}
           emptyDir: {}
         {{- end }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}