You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, could we add the values.schema.json to the helm chart? We are working on a tool that renders UIs for helm charts based on their schema and would love to support the k6-operator chart as well.
Suggested Solution (optional)
Add the values.schema.json to the chart. Initially, the schema can cover just the basic set of fields, so it is easier to maintain.
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered:
Hi @petar-cvit, sounds great! Thanks for the issue. And if the schema can be used in your tool, then of course, we can add it.
The one thing that is worrying here is how to maintain this long-term 😅 I cannot promise additional commitment to maintaining this myself. Can I ask you, if the values.schema.json needs to be written by hand or there's another way? I.e. could this schema be generated somehow? I've just found this tool: https://github.com/losisin/helm-values-schema-json
It seems to work with comment annotations... Would it be sufficient to update the schema file with CI?
I think it'd be "ideal" if it were possible to just re-generate the schema when someone makes a change to the Chart 🤔
Feature Description
Hey, could we add the values.schema.json to the helm chart? We are working on a tool that renders UIs for helm charts based on their schema and would love to support the k6-operator chart as well.
Suggested Solution (optional)
Add the values.schema.json to the chart. Initially, the schema can cover just the basic set of fields, so it is easier to maintain.
Already existing or connected issues / PRs (optional)
No response
The text was updated successfully, but these errors were encountered: