From d8247e6543ebc4fb0864ac6160230d3bdf762dd7 Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Fri, 2 Jul 2021 05:31:47 +0700 Subject: [PATCH] Update writing-helmfile.md: fix typos (#1892) --- docs/writing-helmfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index bf7792e1..10b2fb3c 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -10,7 +10,7 @@ for its `.Values`. ``` app: - project: {{.Environmont.Name}}-{{.StateValues.project}} # Same as {{.Environmont.Name}}-{{.Values.project}} + project: {{.Environment.Name}}-{{.StateValues.project}} # Same as {{.Environment.Name}}-{{.Values.project}} {{` extraEnvVars: