Unverified Commit 3b3dae5f authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3339 from dennis-benzinger-hybris/patch-1

Fix filename
parents b799d7bd 9ad292b3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment