Fix typo (#1788)
This commit is contained in:
parent
30e0356ad6
commit
378ae4ad72
|
|
@ -4,7 +4,7 @@ This guide covers the Helmfile’s considered patterns for writing advanced helm
|
||||||
|
|
||||||
## Helmfile .Values vs Helm .Values
|
## 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`
|
Helm can be seen in the same file. To distinguish these two kinds of `.Values`, Helmfile provides an alias `.StateValues`
|
||||||
for its `.Values`.
|
for its `.Values`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue