From 12474146e5e2a6eb5fc4338f07092272d8a225d4 Mon Sep 17 00:00:00 2001 From: Miguel Martinez Date: Tue, 31 May 2016 18:53:02 -0700 Subject: [PATCH] Fix(charts.md) filename typo --- docs/charts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts.md b/docs/charts.md index 1dac3ab67..ced2aa3e1 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -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