mirror of
https://github.com/kairos-io/entangle.git
synced 2025-08-28 04:34:38 +00:00
Add kubesplit target
This commit is contained in:
parent
daab27404c
commit
b25f31d789
7
Makefile
7
Makefile
@ -275,4 +275,9 @@ unit-tests: test_deps
|
|||||||
e2e-tests:
|
e2e-tests:
|
||||||
KUBE_VERSION=${KUBE_VERSION} $(ROOT_DIR)/script/test.sh
|
KUBE_VERSION=${KUBE_VERSION} $(ROOT_DIR)/script/test.sh
|
||||||
|
|
||||||
kind-e2e-tests: kind-setup install undeploy-dev deploy-dev e2e-tests
|
kind-e2e-tests: 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
|
Loading…
Reference in New Issue
Block a user