mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
7 lines
297 B
Makefile
7 lines
297 B
Makefile
include ../../../scripts/package.mk
|
|
PRESET_ENUM := ["nano","micro","small","medium","large","xlarge","2xlarge"]
|
|
|
|
generate:
|
|
readme-generator-for-helm -v values.yaml -s values.schema.json -r README.md
|
|
yq -i -o json --indent 4 '.properties.resourcesPreset.enum = $(PRESET_ENUM)' values.schema.json
|