From b942434ddbc55eacaa6321f3443215813e015861 Mon Sep 17 00:00:00 2001 From: Ryan Dawson Date: Thu, 13 Sep 2018 10:04:10 +0100 Subject: [PATCH] clarify template fullname Signed-off-by: Ryan Dawson --- docs/chart_best_practices/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_best_practices/templates.md b/docs/chart_best_practices/templates.md index 4a9be24f8..6b8e0d686 100644 --- a/docs/chart_best_practices/templates.md +++ b/docs/chart_best_practices/templates.md @@ -145,7 +145,7 @@ metadata: name: {{ .Release.Name }}-myservice ``` -Or if there is only one resource of this kind then full template name (which includes the release name): +Or if there is only one resource of this kind then we could use .Release.Name or the template fullname function defined in _helpers.tpl (which uses release name): ```yaml apiVersion: v1