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