mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-08-08 11:17:36 +00:00
Add kubesplit target
This commit is contained in:
parent
4f87e2329c
commit
4b2be221b3
6
Makefile
6
Makefile
@ -277,3 +277,9 @@ e2e-tests:
|
|||||||
GINKGO=$(GINKGO) KUBE_VERSION=${KUBE_VERSION} $(ROOT_DIR)/script/test.sh
|
GINKGO=$(GINKGO) KUBE_VERSION=${KUBE_VERSION} $(ROOT_DIR)/script/test.sh
|
||||||
|
|
||||||
kind-e2e-tests: ginkgo kind-setup install undeploy-dev deploy-dev e2e-tests
|
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
|
Loading…
Reference in New Issue
Block a user