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>
Signed-off-by: Kevin Labesse <kevin@labesse.me>
pull/4961/head^2
Laski 7 years ago committed by Matthew Fisher
parent 552472057a
commit ae3d065860

@ -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