Skip to content

Commit c8f28bf

Browse files
authored
Merge pull request #12126 from mmb/book-kustomize-build-space
📖 Add missing space to kustomize build command
2 parents a06cfed + 0b0ae1f commit c8f28bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/tasks/using-kustomize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ namePrefix: "blue-"
190190
nameSuffix: "-dev"
191191
```
192192

193-
Running `kustomize build. ` with this configuration would modify the name of all the Cluster API
193+
Running `kustomize build .` with this configuration would modify the name of all the Cluster API
194194
objects _and_ the associated referenced objects, adding "blue-" at the beginning and appending "-dev"
195195
at the end.

0 commit comments

Comments
 (0)