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