Merge pull request #1860 from gosharplite/patch-3

Fix typo
pull/1861/head
Matt Butcher 8 years ago committed by GitHub
commit 9f05c8dcc1

@ -1,6 +1,6 @@
# Values Files
In the previous section we looked at the built-n objects that Helm templates offer. One of the four built-in objects is `Values`. This object provides access to values passed into the chart. Its contents come from four sources:
In the previous section we looked at the built-in objects that Helm templates offer. One of the four built-in objects is `Values`. This object provides access to values passed into the chart. Its contents come from four sources:
- The `values.yaml` file in the chart
- If this is a subchart, the `values.yaml` file of a parent chart

Loading…
Cancel
Save