From 0292c5d86dca1e8333124c486aa9b67f0d2ddf53 Mon Sep 17 00:00:00 2001 From: Lenin Mehedy Date: Fri, 15 Sep 2023 16:54:52 +1000 Subject: [PATCH] ci: add ci-deploy-network to deploy-network with local kubectl-bats image for helm-tests Signed-off-by: Lenin Mehedy --- dev/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev/Makefile b/dev/Makefile index 7f18c7a5c..c6a061567 100644 --- a/dev/Makefile +++ b/dev/Makefile @@ -258,3 +258,7 @@ destroy-all: .PHONY: ci-test ci-test: setup-cluster local-kubectl-bats $(MAKE) deploy-all CHART_VALUES_FILES="$(PWD)/ci/ci-values.yaml" + +.PHONY: ci-deploy-network +ci-deploy-network: setup-cluster local-kubectl-bats + $(MAKE) deploy-network CHART_VALUES_FILES="$(PWD)/ci/ci-values.yaml"