Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/spec/v1beta2/kustomizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ validating and applying Kustomize overlays or plain Kubernetes manifests.
The `Kustomization` Custom Resource Definition is the
counterpart of Kustomize' `kustomization.yaml` config file.

**Note:** Do not confuse Kustomization with `apiVersion: source.toolkit.fluxcd.io/v1` (defined by Flux) from the
one with `apiVersion: kustomize.config.k8s.io/v1beta1` (defined by Kustomize).
See the related [faq entry](https://fluxcd.io/flux/faq/#are-there-two-kustomization-types).

## Example

The following is an example of a Flux Kustomization that reconciles on the
Expand Down