We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a06cfed + 0b0ae1f commit c8f28bfCopy full SHA for c8f28bf
docs/book/src/tasks/using-kustomize.md
@@ -190,6 +190,6 @@ namePrefix: "blue-"
190
nameSuffix: "-dev"
191
```
192
193
-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
194
objects _and_ the associated referenced objects, adding "blue-" at the beginning and appending "-dev"
195
at the end.
0 commit comments