Update documentation to reflect changes to subchart schemas

Signed-off-by: Ian Howell <ian.howell0@gmail.com>
pull/5350/head
Ian Howell 7 years ago
parent aba45122a0
commit b5c7c2549f

@ -841,6 +841,12 @@ protocol: https
helm install --set port=443 helm install --set port=443
```` ````
Furthermore, the final `.Values` object is checked against *all* subchart
schemas. This means that restrictions on a subchart can't be circumvented by a
parent chart. This also works backwards - if a subchart has a requirement that
is not met in the subchart's `values.yaml` file, the parent chart *must*
satisfy those restrictions in order to be valid.
### References ### References
When it comes to writing templates, values, and schema files, there are several When it comes to writing templates, values, and schema files, there are several

Loading…
Cancel
Save