Skip to content

Commit 6d52aec

Browse files
committed
doc for json schema 2020
1 parent 5e244da commit 6d52aec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/topics/charts.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ If more control over dependencies is desired, these dependencies can be
535535
expressed explicitly by copying the dependency charts into the `charts/`
536536
directory.
537537

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

541541
For example, if the WordPress chart depends on the Apache chart, the Apache
@@ -921,6 +921,8 @@ something like this:
921921
}
922922
```
923923

924+
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`.
925+
924926
This schema will be applied to the values to validate it. Validation occurs when
925927
any of the following commands are invoked:
926928

0 commit comments

Comments
 (0)