From 1a0aa7e048482f0a7729961a3b11c07fa30fdf68 Mon Sep 17 00:00:00 2001 From: Travis Nielsen Date: Thu, 30 Sep 2021 15:26:41 -0600 Subject: [PATCH] build: remove duplicate helm include The build had a duplicate helm include file, which was causing build warnings to be spewed for commands already being set. Signed-off-by: Travis Nielsen --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 53173cb13d9a2..e4a89a7dae949 100644 --- a/Makefile +++ b/Makefile @@ -97,9 +97,6 @@ GO_TEST_FILTER=$(TESTFILTER) include build/makelib/golang.mk -# setup helm charts -include build/makelib/helm.mk - # ==================================================================================== # Targets