From 5abbdea05941ee24388a0f9791eb21691abc2f12 Mon Sep 17 00:00:00 2001 From: Guillaume Lecerf Date: Mon, 3 Feb 2020 00:42:16 +0100 Subject: [PATCH] Fix "Merging Arrays in Layers" doc example (#1084) --- 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 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 ```