Skip to content

Commit

Permalink
targetNamespace namespace can be part of kustomization
Browse files Browse the repository at this point in the history
Signed-off-by: Carl Bordum Hansen <[email protected]>
  • Loading branch information
carlbordum committed Jun 22, 2023
1 parent 58327a3 commit f831005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/spec/v1/kustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ overrides the [Kustomize `namespace`](https://kubectl.docs.kubernetes.io/referen

While `.spec.targetNamespace` is optional, if this field is non-empty then the
Kubernetes namespace being pointed to must exist prior to the Kustomization
being applied, kustomize-controller will not create the namespace.
being applied _or_ be part of the Kustomization. kustomize-controller will not
create the namespace implicitly.

### Suspend

Expand Down

0 comments on commit f831005

Please sign in to comment.