From 5beefaf3bb0855a9e1a9aaf9953e6d9545b8a968 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Fri, 18 Nov 2022 13:38:39 +0200 Subject: [PATCH] add tpl examples --- library/common/_docs/Values.yaml Explained.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/common/_docs/Values.yaml Explained.md b/library/common/_docs/Values.yaml Explained.md index 94248b726e..2b74213eca 100644 --- a/library/common/_docs/Values.yaml Explained.md +++ b/library/common/_docs/Values.yaml Explained.md @@ -68,6 +68,7 @@ Values.yaml global: annotations: key: value + key: "{{ .Values.some.key }}" ``` Sets `key: value` to: @@ -95,6 +96,7 @@ Values.yaml global: labels: key: value + key: "{{ .Values.some.key }}" ``` Sets `key: value` to: