Update docs/spec/v1beta1/kustomization.md

Co-authored-by: Max Jonas Werner <makkes@users.noreply.github.com>
Signed-off-by: Surya <surya.pandian@truelayer.com>
This commit is contained in:
Surya 2022-08-24 10:46:18 +01:00 committed by GitHub
parent 5d95817362
commit aaeab4a5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ spec:
targetNamespace: test
```
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.
While the field `targetNamespace` in a Kustomization is optional, if this field is non-empty then the Kubernetes namespace pointed to by `targetNamespace` must exist prior to the Kustomization being applied, kustomize-controller will not create the namespace.
### Patches