dadav / helm-schema

Generate jsonschemas from helm charts.
MIT License
69 stars 9 forks source link

Schema from CRDs #75

Closed lucacome closed 1 month ago

lucacome commented 1 month ago

We have CRDs in our project and the fields are exposed through values in helm. Would it be possible to get the schema from the CRDs and maybe link it as a ref? Or automatically add it to the values.yaml so I don't have to keep them in sync manually?

I mean technically possible/fairly easy to implement. Has anybody tried to do something like this?

dadav commented 1 month ago

Hi lucacome, interesting idea, but I don't know if this is a usecase for helm-schema..

lucacome commented 1 month ago

yeah it probably isn't. Maybe another project that could integrate with this one somehow.