Skip to content

Commit

Permalink
doc for json schema 2020
Browse files Browse the repository at this point in the history
Signed-off-by: Kurnia D Win <[email protected]>
  • Loading branch information
win-t committed Nov 10, 2024
1 parent 5e244da commit f454104
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/topics/charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ If more control over dependencies is desired, these dependencies can be
expressed explicitly by copying the dependency charts into the `charts/`
directory.

A dependency should be an unpacked chart directory but its name cannot start
A dependency should be an unpacked chart directory but its name cannot start
with `_` or `.`. Such files are ignored by the chart loader.

For example, if the WordPress chart depends on the Apache chart, the Apache
Expand Down Expand Up @@ -921,6 +921,8 @@ something like this:
}
```

JSON schema version [2020-12](https://json-schema.org/draft/2020-12) is supported but you need to explicitly set `$schema` to `https://json-schema.org/draft/2020-12/schema`.

This schema will be applied to the values to validate it. Validation occurs when
any of the following commands are invoked:

Expand Down

0 comments on commit f454104

Please sign in to comment.