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`,