[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / nbi / templates / deployment.yaml
index ada87e2..3e3475c 100644 (file)
@@ -117,5 +117,4 @@ spec:
         - name: localtime
           hostPath:
             path: /etc/localtime
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}