From 600721ca09763e87f2faf808771a2df4f4dca30f Mon Sep 17 00:00:00 2001 From: jjangga0214 Date: Tue, 12 Jan 2021 10:22:04 +0900 Subject: [PATCH] docs(readme): fix typo (#1633) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acbbb7cf..19eb32d3 100644 --- a/README.md +++ b/README.md @@ -780,7 +780,7 @@ domain: {{ .Values | get "domain" "dev.example.com" }} ``` `helmfile sync` installs `myapp` with the value `domain=dev.example.com`, -whereas `helmfile --environment production sync` installs the app with the value `domain=production.example.com`. +whereas `helmfile --environment production sync` installs the app with the value `domain=prod.example.com`. For even more flexibility, you can now use values declared in the `environments:` section in other parts of your helmfiles: