From dcb19f942b5d09f2bb8373fa12b3a769bb877196 Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Wed, 22 Apr 2020 19:38:33 -0400 Subject: [PATCH] Typo: kustommize (#1224) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ce454c..ce55f6b4 100644 --- a/README.md +++ b/README.md @@ -975,7 +975,7 @@ like rollback, history, and so on? This section is for you! The combination of `hooks` and [helmify-kustomize](https://gist.github.com/mumoshu/f9d0bd98e0eb77f636f79fc2fb130690) enables you to integrate [kustomize](https://github.com/kubernetes-sigs/kustomize) into Helmfile. -That is, you can use `kustommize` to build a local helm chart from a kustomize overlay. +That is, you can use `kustomize` to build a local helm chart from a kustomize overlay. Let's assume you have a kustomize project named `foo-kustomize` like this: