From daf7d3b876999e5fccb424cc3c7944683d173efe Mon Sep 17 00:00:00 2001 From: Prasanna Date: Mon, 20 Jul 2020 06:39:54 +0530 Subject: [PATCH] fix the issue in the documentation (#1364) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12cb3e96..94269720 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ releaseName: prod `values.yaml.gotmpl` ```yaml -domain: {{ .Values | get "my.domain" "dev.example.com" }} +domain: {{ .Values | get "domain" "dev.example.com" }} ``` `helmfile sync` installs `myapp` with the value `domain=dev.example.com`,