[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / msb / components / kube2msb / templates / deployment.yaml
index 5fc0975..2501d59 100644 (file)
@@ -85,5 +85,4 @@ spec:
         - name: localtime
           hostPath:
             path: /etc/localtime
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}