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

V1.1.1 When creating a namespace (although other assets may also fail) with managedByLabel is set on I get the following error on dry run Namespace/sf-web-sandbox dry-run failed, reason: Invalid: Namespace...

wontfix

### Describe the bug Hello, we have a few OpenShift clusters which are configuration and apps are managed by flux. We observed a strange behaviour where kustomize-controller will start using...

There is a discrepancy with standalone Kustomize when "images" transformer is used. For example, assume I have a Deployment with `image: docker.io/stefanprodan/podinfo:6.0.0` in base manifest, and the following kustomization.yaml: ```yaml...

The purpose of this new feature (which is CLI-conditional, and defaults to false in order to preserve compatibility) is to allow to refer to the revision that is currently being...

Good day! I was playing around with wolfi hardened images. And they are damn good, small footprint etc. The issue is that guys forgot to add GnuPG binary to docker...

SOPS has the handy feature of allowing to read the identity for decryption from `SOPS_AGE_KEY`. Because of the keyservice implementation detail of Flux you can't use that env var to...

I have a controller running that can monitor the source-controller types (Git, OCI, Bucket) for revisions and allowed for third-party transformations (cdk8s, CUE, Dhall, jsonnet). My plan was to feed...

Flux is unable to kustomize a kustomization object with https url resource in. Warning BuildFailed 2m (x33 over 5h12m) kustomize-controller kustomize build failed: accumulating resources: accumulating resources from 'https://gitlab.interl.url/repo/repo-library.git//library?ref=xxxxxxxxxxxx': MalformedYAMLError:...

At https://github.com/fluxcd/flux2-multi-tenancy/blob/0b99b5c408124e4e362d5290731067bd87b33e85/production/kustomization.yaml#LL5C3-L6C24 there is an example in a `kustomize.config.k8s.io/v1beta1` `kustomization` resource of a Strategic merge patch being declared but specifying the content of that patch in another file. At https://github.com/fluxcd/flux2-kustomize-helm-example/blob/a1778cbbe130adf0d7baabb4b453f39e38948641/clusters/staging/infrastructure.yaml#LL34C1-L41C26...

In certain complex setup for multi cluster setups, there are multiple levels of kustomization. For example, top level kustomization cluster-addons creates multiple different kustomization from external repo. Since there will...