You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/topics/charts.md
+3-1
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
535
535
expressed explicitly by copying the dependency charts into the `charts/`
536
536
directory.
537
537
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
539
539
with `_` or `.`. Such files are ignored by the chart loader.
540
540
541
541
For example, if the WordPress chart depends on the Apache chart, the Apache
@@ -921,6 +921,8 @@ something like this:
921
921
}
922
922
```
923
923
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
+
924
926
This schema will be applied to the values to validate it. Validation occurs when
0 commit comments