From 4b2be221b3c987ec7c06e7ae75e24764fbf259c6 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 3 Nov 2022 23:46:36 +0000 Subject: [PATCH] Add kubesplit target --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b172ca..056a692 100644 --- a/Makefile +++ b/Makefile @@ -276,4 +276,10 @@ unit-tests: test_deps e2e-tests: GINKGO=$(GINKGO) KUBE_VERSION=${KUBE_VERSION} $(ROOT_DIR)/script/test.sh -kind-e2e-tests: ginkgo kind-setup install undeploy-dev deploy-dev e2e-tests \ No newline at end of file +kind-e2e-tests: ginkgo kind-setup install undeploy-dev deploy-dev e2e-tests + + +kubesplit: manifests kustomize + rm -rf helm-chart + mkdir helm-chart + $(KUSTOMIZE) build config/default | kubesplit -helm helm-chart \ No newline at end of file