From 378ae4ad72f7f380c200f3261cee17fd542a01d8 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Fri, 23 Apr 2021 08:27:37 +0800 Subject: [PATCH] Fix typo (#1788) --- 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 f7982388..a525b360 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -4,7 +4,7 @@ This guide covers the Helmfile’s considered patterns for writing advanced helm ## Helmfile .Values vs Helm .Values -Templating engine of Helmfile uses the same pipeline name `.Values` as Helm, so in some use-cases `.Vaues` of Helmfile and +Templating engine of Helmfile uses the same pipeline name `.Values` as Helm, so in some use-cases `.Values` of Helmfile and Helm can be seen in the same file. To distinguish these two kinds of `.Values`, Helmfile provides an alias `.StateValues` for its `.Values`.