From b8ec8522e5b7dd4ee789fdc4d9517ac47e9f1a84 Mon Sep 17 00:00:00 2001 From: Raj Perera Date: Fri, 2 Dec 2022 09:33:09 -0500 Subject: [PATCH] docs: fix incorrect template string --- docs/gitrepo-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitrepo-structure.md b/docs/gitrepo-structure.md index 0b8e78dda..4ebc87096 100644 --- a/docs/gitrepo-structure.md +++ b/docs/gitrepo-structure.md @@ -104,7 +104,7 @@ helm: # `.ClusterNamespace` as the namespace which the cluster resource exists. templatedLabel: "{{ .ClusterLabels.LABELNAME }}-foo" valueFromEnv: - "{{ .ClusterLabels.ENV }}": "{{ .Values.someValue | upper }}" + "{{ .ClusterLabels.ENV }}": "{{ .ClusterValues.someValue | upper }}" # Path to any values files that need to be passed to helm during install valuesFiles: - values1.yaml