From 9ad292b3ef701c9a7d97b5533991e476c2f9776c Mon Sep 17 00:00:00 2001 From: Dennis Benzinger | SAP Hybris Date: Fri, 12 Jan 2018 17:32:27 +0100 Subject: [PATCH] Fix filename --- docs/chart_template_guide/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/getting_started.md b/docs/chart_template_guide/getting_started.md index 98a2532b0..87ae5fa3c 100644 --- a/docs/chart_template_guide/getting_started.md +++ b/docs/chart_template_guide/getting_started.md @@ -27,7 +27,7 @@ The `values.yaml` file is also important to templates. This file contains the _default values_ for a chart. These values may be overridden by users during `helm install` or `helm upgrade`. -The `Charts.yaml` file contains a description of the chart. You can access it +The `Chart.yaml` file contains a description of the chart. You can access it from within a template. The `charts/` directory _may_ contain other charts (which we call _subcharts_). Later in this guide we will see how those work when it comes to template rendering.