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"