docs: fix incorrect template string

This commit is contained in:
Raj Perera 2022-12-02 09:33:09 -05:00 committed by GitHub
parent 4f5c93537e
commit b8ec8522e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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