Generate Helm Chart values documentation from the Chart's JSON Schema.
Go to file
2023-10-30 12:55:50 +01:00
parser core functionality 2023-05-12 12:40:10 +02:00
.gitlab-ci.yml add static security analysis CI 2023-10-30 12:55:50 +01:00
go.mod core functionality 2023-05-12 12:40:10 +02:00
go.sum core functionality 2023-05-12 12:40:10 +02:00
LICENSE Add LICENSE 2023-05-12 10:43:47 +00:00
main.go core functionality 2023-05-12 12:40:10 +02:00
README.md Add README.md 2023-05-12 10:43:18 +00:00

Helm Schema 2 Doc

This tool is meant to generate documentation for the configuration values of a Helm Chart as a table, by parsing the values.schema.json of the helm chart along with the values.yaml file (to find defaults).