Commit 2cdff5ee authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

Merge pull request #946 from stapelberg/patch-1

Add reference to text/template Go package doc
parents b6b9a4e0 561e4206
......@@ -142,7 +142,9 @@ When a user supplies custom values, these values will override the
values in the chart's `values.yaml` file.
### Template Files
Template files follow the standard conventions for writing Go templates.
Template files follow the standard conventions for writing Go templates
(see [the text/template Go package documentation](https://golang.org/pkg/text/template/)
for details).
An example template file might look something like this:
```yaml
......
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