diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index cf639993..e0d79e84 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -228,7 +228,7 @@ A work-around is to treat the state file as a go template and use `readFile` tem ```yaml templates: metricbeat: &metricbeat - - name: metricbeat + name: metricbeat chart: stable/metricbeat ```