From d6a438b127d79522142076c155685028ba6e6901 Mon Sep 17 00:00:00 2001 From: peterolivosuse <83371874+peterolivosuse@users.noreply.github.com> Date: Wed, 5 May 2021 14:18:36 -0500 Subject: [PATCH] One more example typo. --- single-cluster/kustomize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single-cluster/kustomize/README.md b/single-cluster/kustomize/README.md index f41f210..6abbcf7 100644 --- a/single-cluster/kustomize/README.md +++ b/single-cluster/kustomize/README.md @@ -1,4 +1,4 @@ -# Helm Example +# Kustomize Example This example will deploy the [Kubernetes sample guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) application using kustomize. The app will be deployed into the `fleet-kustomize-example` namespace.