mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 01:41:09 +00:00
5 lines
143 B
Makefile
5 lines
143 B
Makefile
.PHONY: manifests
|
|
|
|
manifests:
|
|
(cd packages/core/installer/; helm template -n cozy-installer installer .) > manifests/cozystack-installer.yaml
|