Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc for json schema 2020
Browse files Browse the repository at this point in the history
win-t committed Nov 10, 2024
1 parent 5e244da commit 6d52aec
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
@@ -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
@@ -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:

0 comments on commit 6d52aec

Please sign in to comment.