[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / cds / components / cds-ui / templates / deployment.yaml
index 225ee4c..ed5876b 100644 (file)
@@ -82,5 +82,4 @@ spec:
         - name: localtime
           hostPath:
             path: /etc/localtime
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}