mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 08:17:59 +00:00
* Add schema generation and remove default values * fix monitoring schema generation * fix default values Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
7 lines
226 B
Makefile
7 lines
226 B
Makefile
generate:
|
|
readme-generator -v values.yaml -s values.schema.json.tmp -r README.md
|
|
cat values.schema.json.tmp | \
|
|
jq '.properties.metricsStorages.items.type = "object"' \
|
|
> values.schema.json
|
|
rm -f values.schema.json.tmp
|