Categorygithub.com/danspts/helmdocs
repository
1.6.1
Repository: https://github.com/danspts/helmdocs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Helmdocs

The idea behind this generator is to create readme and template values.yaml files from the values.schema.json of your helm charts

Other generators use the values.yaml files to generate the rest. I think this approach is wrong because it is always best to start with strong typed definitions and then generate weaker typed files. In this case, values.yaml is constricted by object, basic types and hooks, while values.schema.json defines a.... schema.

I hope this is of some use and happy helming to everyone!