From 44374a709c7260973549a570e192d80dcb5cfe2a Mon Sep 17 00:00:00 2001 From: Vishal Thapar <5137689+vthapar@users.noreply.github.com> Date: Fri, 13 Nov 2020 14:30:36 +0530 Subject: [PATCH] Enable serviceDiscovery for broker install This is to test installation of MCS API CRDs on broker Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f967451..4a18c2f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(SHIPYARD_DIR)/Makefile.inc CLUSTER_SETTINGS_FLAG = --cluster_settings $(DAPPER_SOURCE)/cluster_settings override CLUSTERS_ARGS += $(CLUSTER_SETTINGS_FLAG) -override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG) --deploytool helm +override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG) --deploytool helm --deploytool_broker_args '--set submariner.serviceDiscovery=true' export DEPLOY_ARGS # Targets to make