Skip to content

Commit

Permalink
Stop pre-setting PRELOAD_IMAGES
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mkolesnik authored and tpantelis committed Aug 31, 2022
1 parent 11c849b commit 47a76d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.inc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 47a76d7

Please sign in to comment.