fluxcd / pkg

Toolkit common packages
https://pkg.go.dev/github.com/fluxcd/pkg
Apache License 2.0
48 stars 85 forks source link

kustomize: Allow empty resources in `kustomization.yaml` #757

Closed stefanprodan closed 6 months ago

stefanprodan commented 6 months ago

Fix breaking change in Kustomize >=v5.2 where a kustomization.yaml with resources: [] results in a build error.

Fix: https://github.com/fluxcd/flux2/issues/4601