From 47a76d7425e7dce082eee5ae48b98453f5cc2d75 Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Mon, 22 Aug 2022 11:11:39 +0300 Subject: [PATCH] Stop pre-setting `PRELOAD_IMAGES` Each project should determine it's own images to preload. Needed images are still preloaded when using specific deployments, such as `globalnet` or `lighthouse`. Signed-off-by: Mike Kolesnik --- Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.inc b/Makefile.inc index 5b568b6d9..6eada84ab 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -1,7 +1,6 @@ , := , USING = $(subst $(,), ,$(using)) _using = ${USING} -PRELOAD_IMAGES ?= submariner-gateway submariner-operator submariner-route-agent ### Tunable variables for affecting make commands ### # Affecting multiple commands