From 0b0ae1f7cac51c871879cdcafb3d59970ecaa705 Mon Sep 17 00:00:00 2001 From: Matthew Boedicker <24275+mmb@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:27:23 -0700 Subject: [PATCH] Add missing space to kustomize build command --- docs/book/src/tasks/using-kustomize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/tasks/using-kustomize.md b/docs/book/src/tasks/using-kustomize.md index d4773b93cde5..4f6ac76cfb9b 100644 --- a/docs/book/src/tasks/using-kustomize.md +++ b/docs/book/src/tasks/using-kustomize.md @@ -190,6 +190,6 @@ namePrefix: "blue-" nameSuffix: "-dev" ``` -Running `kustomize build. ` with this configuration would modify the name of all the Cluster API +Running `kustomize build .` with this configuration would modify the name of all the Cluster API objects _and_ the associated referenced objects, adding "blue-" at the beginning and appending "-dev" at the end.