Merge pull request #774 from migmartri/patch-1

Fixed typo in charts.md
This commit is contained in:
Matt Butcher 2016-06-06 14:45:25 -06:00
commit 758a59c8bb

View file

@ -94,7 +94,7 @@ In Helm, one chart may depend on any number of other charts. These
dependencies are expressed explicitly by copying the dependency charts
into the `charts/` directory.
**Note:** The `dependencies:` section of the `Glide.yaml` from Helm
**Note:** The `dependencies:` section of the `Chart.yaml` from Helm
Classic has been completely removed.
For example, if the Wordpress chart depends on the Apache chart, the