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

I have a bunch of kind: Kustomization defined in my gitrepo. The kustomize controller fails with an error message like "missing required field...". It is very difficult to find out...

Some of our components are Java based, and their variable are use ${} as the variable just like below. ``` ${LOG_PATTERN} ``` When I create a fluxv2 gitrepository and kustomization...

Today I upgraded from FluxCD version `v0.13.4` to version `v0.15.3` and suddenly some of our `HelmRepository` created (and owned) by a `Kustomization` disappeared despite them still being part of that...

bug
area/kustomize

It would be very useful to receive notifications when a `tk suspend` or `tk resume` have been triggered, containing the resource name.

enhancement
area/kustomize

Would like to use a single configmap preferably mounted in flux-system, which can be referenced to push some common substitution for kustomizations across namespace. Like environment.

wontfix

We are facing requirements of passing some parameters like region, account id, env transitively in kustomizations. For instance we are following structure like https://github.com/fluxcd/flux2-multi-tenancy/ We want to define postbuild on...

Hello, We have a git repository **flux-workspaces** that is organized in the following manner : ``` flux-workspaces kustomization.yaml other_yaml_files.yaml ... ... ``` The flux namespace is a bit different, as...

Currently, the notifications that are sent from the kustomize controller contain all the resources processed by the kustomization. When there are large numbers of resources, the unchanged resources overwhelm the...

This PR introduces a new status condition named `Reconciling` which improves the observability for the actions performed by the controller during a reconciliation run. ### Reconciling status condition The `Reconciling`...

A resource is deleted when the resource is updated with an invalid spec. Expected behavior is the resource fails to update but not delete the existing resource. To reproduce Prior...