Skip to content
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

chore(charts): reformat values.schema.json for readability #8484

Closed
iromli opened this issue May 10, 2024 · 0 comments · Fixed by #8533
Closed

chore(charts): reformat values.schema.json for readability #8484

iromli opened this issue May 10, 2024 · 0 comments · Fixed by #8533
Assignees
Labels
comp-charts-jans kind-dependencies Pull requests that update a dependency file

Comments

@iromli
Copy link
Contributor

iromli commented May 10, 2024

Current values.schema.json for given chart is indented by 2 spaces. While this is not an issue, modifying the file is quite hard due to condensed text.

For readability, we should reformat the text using 4 spaces indentation. The following command can be used for example:

python -m json.tool --indent=4 values.schema.json values.schema.json
@iromli iromli self-assigned this May 10, 2024
@mo-auto mo-auto added comp-charts-jans kind-dependencies Pull requests that update a dependency file labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-charts-jans kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants