From a26e832fedf16c3241aa93e9ae52a68465a791c5 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Fri, 11 Jul 2025 09:16:43 +0200 Subject: [PATCH] fix(doc): recompiled documentation --- doc/docs/packages/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/packages/utils.md b/doc/docs/packages/utils.md index 78a6551..3afadd0 100644 --- a/doc/docs/packages/utils.md +++ b/doc/docs/packages/utils.md @@ -149,7 +149,7 @@ TplName returns the name of the kubernetes resource as a template string. It is func TplValue(serviceName, variable string, pipes ...string) string ``` -TplValue returns a container by name and its index in the array. +TplValue returns a string that can be used in a template to access a value from the values file. ## func [Warn]()