rhoat / helm-schema-gen

So that you don't have to write values.schema.json by hand from scratch for your Helm 3 charts.
MIT License
0 stars 0 forks source link

add custom object generation from comments #4

Open SQLJames opened 4 hours ago

SQLJames commented 4 hours ago

I would like to leverage some of the work in the PR on the original project to allow us to generate custom structs without them needing to be applied in the values.yaml or maintaining a completely filled out values.yaml separately. https://github.com/karuppiah7890/helm-schema-gen/pull/10