helm-schema-gen
helm-schema-gen copied to clipboard
Support Multiple Types via comments in the YAML
Instead of just reading in the yaml we want to be able to configure alternate types in the YAML similar to how helmdocs does it.
Take a look at https://socialgouv.github.io/helm-schema/.
Useful! I think the big downside is having to explicitly declare typing. That's a bigger hassle, imo, than not having multiple types supported. But I'll keep an eye on the project