GluuFederation / flex

Janssen + AdminUI + Casa
23 stars 14 forks source link

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

Closed iromli closed 4 months ago

iromli commented 5 months ago

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