Clarify section title

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/5226/head
Nahuel Lascano 7 years ago committed by Laski
parent 240e539cec
commit 23174e218b

@ -63,7 +63,7 @@ data:
dessert: cake 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`. 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