mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-19 21:09:57 +00:00
12 lines
301 B
Makefile
12 lines
301 B
Makefile
NAME=bootbox
|
|
NAMESPACE=tenant-root
|
|
|
|
include ../../../scripts/package.mk
|
|
|
|
generate:
|
|
readme-generator-for-helm -v values.yaml -s values.schema.json.tmp -r README.md
|
|
cat values.schema.json.tmp | \
|
|
jq '.properties.machines.items.type = "object"' \
|
|
> values.schema.json
|
|
rm -f values.schema.json.tmp
|