mirror of
https://github.com/kairos-io/entangle.git
synced 2025-08-02 00:08:36 +00:00
Add kubesplit target
This commit is contained in:
parent
daab27404c
commit
b25f31d789
5
Makefile
5
Makefile
@ -276,3 +276,8 @@ 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