Update kustomization.md

Signed-off-by: Surya <surya.pandian@truelayer.com>
This commit is contained in:
Surya 2022-08-20 21:57:22 +01:00 committed by GitHub
parent ad74b81222
commit 5d95817362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ spec:
targetNamespace: test
```
While `targetNamespace` is optional, if `targetNamespace` exists, then the namespace pointed to by the `targetNamespace` is expected to exist, kustomize-controller will not create it otherwise.
While the field `targetNamespace` in Kustomization is optional, if this field exists, then the k8s namespace pointed to by `targetNamespace` is expected to exist, kustomize-controller will not create it otherwise.
### Patches