[COMMON] Make imagePullSecrets configurable
[oom.git] / kubernetes / multicloud / components / multicloud-windriver / templates / deployment.yaml
index 7225154..434c0d1 100644 (file)
@@ -112,6 +112,5 @@ spec:
       {{- else }}
         emptyDir: {}
       {{- end }}
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}
       restartPolicy: Always