From 8e96342c24112c6dc16a205e6a4199c5d441d803 Mon Sep 17 00:00:00 2001 From: ekam-walia <164983405+ekam-walia@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:08:17 +0530 Subject: [PATCH] Modifying the helm-install-provider target Signed-off-by: ekam-walia <164983405+ekam-walia@users.noreply.github.com> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9503c05b3..f2970640b 100644 --- a/Makefile +++ b/Makefile @@ -407,6 +407,7 @@ helm-install-provider: helm-version check-api-key --kube-context kind-$(KIND_CLUSTER_NAME) \ --wait \ --set kmcp.enabled=$(KMCP_ENABLED) + --set substrate.enabled=true helm $(HELM_ACTION) kagent helm/kagent \ --namespace kagent \ --create-namespace \