kustomize-controller icon indicating copy to clipboard operation
kustomize-controller copied to clipboard

The GitOps Toolkit Kustomize reconciler

Results 120 kustomize-controller issues
Sort by recently updated
recently updated
newest added

Version: 0.19.1 Settings: force: true prune: false Ran into a curious issue where a particular overlay was never finishing reconciliation. After testing and patching the controller to add some debug...

We have an issues with the following variable: we use a configmap value as followed: awsAccountId: "0999991" - 0999991

The [DEVELOPMENT.md](https://github.com/fluxcd/kustomize-controller/blob/main/DEVELOPMENT.md) could be improved to help users trying to debug problems or reproduce reported issues. Things we could expand on: - Suspend objects that are irrelevant to the test...

area/docs
good first issue
help wanted

### Describe the bug Flux sometimes needs to "adopt" objects - i.e start managing objects that were already defined in APIserver, after user defines them in the gitrepo. In case...

It would be very useful to allow the new-ish kustomize plugin functionality to be optionally enabled. I understand that there are potential security issues around plugins and that it's an...

enhancement
area/kustomize

For now, the only way to override configMapGenerator is to define one more layer of kustomization base. Since `secretGenerator` is available, it's logical to provide `configMapGeneraotor` as well.

The variable substitution documented at https://fluxcd.io/docs/components/kustomize/kustomization/#variable-substitution systematically perform line feed removal in values, see https://github.com/fluxcd/kustomize-controller/blob/8d61ff76d327ec76381f5f7fe3e9f0b722d75cf7/controllers/kustomization_varsub.go#L48-L55 https://pkg.go.dev/strings#Replace > func Replace(s, old, new [string](https://pkg.go.dev/builtin#string), n [int](https://pkg.go.dev/builtin#int)) [string](https://pkg.go.dev/builtin#string) > > Replace returns a...

This adds `spec.suspend` to the default columns of `Kustomization`. It's currently hard to find Kustomizations that are suspended, and I think that's a pretty common use-case when leveraging that feature....

hold

Currently, there doesn't seem to be a way to append a given label to all Kubernetes objects that my Kustomization applies. If I want to leverage the `.spec.patches` property in...

question

"The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects." As of...