-
Notifications
You must be signed in to change notification settings - Fork 523
add values.schema.json #1815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add values.schema.json #1815
Conversation
Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <[email protected]>
Co-authored-by: aider (openrouter/qwen/qwen3-coder) <[email protected]>
Co-authored-by: aider (openrouter/qwen/qwen3-coder) <[email protected]>
Co-authored-by: aider (openrouter/qwen/qwen3-coder) <[email protected]>
…helm_chart.sh, remove duplicated strategy from Deployment-clickhouse-operator.yaml
| # if [[ "0" == $(helm plugin list | grep -c schema) ]]; then | ||
| # helm plugin install https://github.com/losisin/helm-values-schema-json.git | ||
| # fi | ||
| # helm schema --use-helm-docs -f "${values_yaml}" --output "${chart_path}/values.schema.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this code that generates values.schema.json is commented now? Schema may need to be updated from time to time, does it not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, it generates a schema that I need to manually change later. =(
fix #1814
next-releasebranch, not intomasterbranch1. More info