From 561e4206598cb2b3b31f9c6cda890fbc57cdfc7d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 11 Jul 2016 21:50:07 +0100 Subject: [PATCH] Add reference to text/template Go package doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …since people might not be familiar with Go templates. --- docs/charts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/charts.md b/docs/charts.md index d62f82603..68d84b430 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -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