losisin / helm-values-schema-json

Helm plugin for generating values.schema.json from multiple values files
MIT License
75 stars 11 forks source link

Support for conditionals #81

Closed vavieira10 closed 2 months ago

vavieira10 commented 3 months ago

Came across this amazing tool while looking for values schema auto generators tools for helm and I'd like to shout out: good job!

While checking the documentations, I found out that unfortunately conditionals are not currently supported.

Are there any plans for supporting them?

Best!

losisin commented 3 months ago

@vavieira10 thanks for the feedback, it's very appreciated!

I did looked at conditionals before but not in detail. The reason it wasn't implemented was because the line comment would be too big and messy for such complexity

vavieira10 commented 3 months ago

@losisin You have a fair point, indeed it would look nasty 😅