Skip to content

Commit

Permalink
Merge pull request #712 from suryapandian/update-doc-on-tgt-ns
Browse files Browse the repository at this point in the history
Update doc on target namespace
  • Loading branch information
makkes authored Aug 24, 2022
2 parents a97f1d1 + 0f0b2aa commit 737f93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/spec/v1beta1/kustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ spec:
targetNamespace: test
```

The `targetNamespace` is expected to exist.
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

Expand Down
2 changes: 1 addition & 1 deletion docs/spec/v1beta2/kustomization.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ spec:
targetNamespace: test
```

The `targetNamespace` is expected to exist.
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

Expand Down

0 comments on commit 737f93e

Please sign in to comment.