Skip to content

Commit

Permalink
Fix deployment error while overriding network plugin syncer
Browse files Browse the repository at this point in the history
Signed-off-by: Sridhar Gaddam <[email protected]>
  • Loading branch information
sridhargaddam authored and skitt committed Aug 16, 2023
1 parent 3a1140c commit 4746bb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ override PRELOAD_IMAGES = $(EXTRA_PRELOAD_IMAGES) nettest \
ifeq ($(GLOBALNET),true)
override PRELOAD_IMAGES += submariner-globalnet
endif
ifneq (,$(shell grep -w ovn $(SETTINGS)))
override PRELOAD_IMAGES += submariner-networkplugin-syncer
endif
ifeq ($(LIGHTHOUSE),true)
override PRELOAD_IMAGES += lighthouse-agent lighthouse-coredns
endif
Expand Down
1 change: 0 additions & 1 deletion scripts/shared/lib/deploy_operator
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ readonly SUBCTL=${SUBCTL:-subctl}
declare -gA component_by_image
component_by_image['submariner-gateway']=submariner-gateway
component_by_image['submariner-globalnet']=submariner-globalnet
component_by_image['submariner-networkplugin-syncer']=submariner-networkplugin-syncer
component_by_image['submariner-operator']=submariner-operator
component_by_image['submariner-route-agent']=submariner-routeagent
component_by_image['lighthouse-agent']=submariner-lighthouse-agent
Expand Down

0 comments on commit 4746bb5

Please sign in to comment.