From c8ba676e19c977a2aca4e67c893d0e83cb4fe2e9 Mon Sep 17 00:00:00 2001 From: Matt L Date: Sun, 2 Feb 2020 17:39:40 -0600 Subject: [PATCH] Update writing-helmfile.md (#1073) nitpick spelling --- 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 519b12ef..cf639993 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -32,7 +32,7 @@ Now, you get `1` when there is no `eventApi.replicas` defined in environment val ## Release Template / Conventional Directory Structure -Introducing helmfile into a large-scale project that involes dozens of releases often results in a lot of repetitions in `helmfile.yaml` files. +Introducing helmfile into a large-scale project that involves dozens of releases often results in a lot of repetitions in `helmfile.yaml` files. The example below shows repetitions in `namespace`, `chart`, `values`, and `secrets`: