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:
parent
5d95817362
commit
aaeab4a5fd
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue