Clarify section title (#5226)

As stated by @schollii in https://github.com/helm/helm/issues/4505#issuecomment-415886732 "Overriding Values from a Parent Chart" is unclear. This changes that text to "Overriding Values of a Child Chart". See @scholli's comment for justification.

Signed-off-by: Nahuel Lascano <nlascano@eryx.co>
pull/5231/head
Laski 6 years ago committed by Matthew Fisher
parent 4c1edcf049
commit 6ceaef446f

@ -63,7 +63,7 @@ data:
dessert: cake
```
## Overriding Values from a Parent Chart
## Overriding Values of a Child Chart
Our original chart, `mychart` is now the _parent_ chart of `mysubchart`. This relationship is based entirely on the fact that `mysubchart` is within `mychart/charts`.

Loading…
Cancel
Save