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 kustomization that creates a Cilium HelmRelease. When I suspend the latter, either in the git config or by calling `flux suspend helmrelease cilium`, the Kustomization hangs and...

Hi, I have a fresh install Alma Linux 9, K3S, FluxV2 My bootstra pcommand is ```bash flux bootstrap github \ --owner=$GITHUB_ORGANIZATION \ --repository=ual-flux \ --branch=main \ --path=./clusters/${project} ``` It install...

### Describe the bug When postBuild.substitute variables containing value of "yes" or "no", the variable is substituted gets the value of "true" and "false" respectively throwing the below error. `expected...

This is a small evolution so that messages like `health check failed after 30.040865791s: timeout` are made shorter and more readable, by rounding the duration to the nearest second and...

area/ux

Introduce some more labels for a bit more granular control of substitution. Right now it's only possible to turn the substitution off on a resource by using the label `kustomize.toolkit.fluxcd.io/substitute:...

We are trying to apply [Confluent For Kubernetes](https://docs.confluent.io/operator/current/co-quickstart.html#co-quickstart) from a Flux Kustomization pointing to a kustomize overlay created by inflating the CFK Helm chart using kustomize. We try to avoid...

help wanted

Add test to verify that the YAML parses does not remove escape characters from regexes.

area/testing

We use following kustomizations structure in our projects: `kustomize.config.k8s.io/v1beta1 -> kustomize.toolkit.fluxcd.io/v1 -> kustomize.toolkit.fluxcd.io/v1 -> helmrelease` In my setup I have a patch on all top-level flux kustomizations with a patch...

I was checking the remote cluster API with a target private cluster in GKE. I had setup a service proxy to connect from the flux cluster to the remote cluster,...

Postbuild substitution is not working when there is no substitution in kustomization : For example, the following kustomization ```yaml --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization metadata: name: my-app namespace: flux-system spec:...

wontfix