From 8acbbc596de7bd999afc887b73fb0ef1ff1c22ca Mon Sep 17 00:00:00 2001 From: jfreeland <30938344+jfreeland@users.noreply.github.com> Date: Tue, 25 Feb 2020 17:33:35 -0800 Subject: [PATCH] new here, fixing very minor typo (#1121) --- 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 e0d79e84..29c0e28d 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -216,7 +216,7 @@ Helmfile overrides the `releases` array with the latest layer so the resulting s ```yaml releases: -# metricbeat release disappeared! but that's how helmfiel works +# metricbeat release disappeared! but that's how helmfile works - name: myapp chart: mychart ```