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

Helm supports unsetting/deleting the default chart value: https://helm.sh/docs/chart_template_guide/values_files/#deleting-a-default-key It works as expected when you set some value to null when HelmRelease is created the first time, for example you set...

area/kustomize

I've installed Flux v0.23.0 and some kustomizations that should be working cannot be updated giving me this error: 2021-11-15T08:40:40.715Z error Kustomization/rights.flux-system - Reconciliation failed after 23.465925ms, next try in 5m0s...

bug
blocked/upstream

# Issue Summary When deploying a kustomization with sops decryption an error is thrown which makes it appear that a rendered value is invalid, when in fact the kustomization itself...

area/docs
wontfix

External plugins are a very useful and power feature of kustomize, but due to their current alpha status, are not not enabled by default. This commit allows an optional pluginHome...

#### What This issue tracks the improvement proposal to check the existence of the `ServiceAccount` of which the User would be then impersonated during reconciliation. #### Why The `ImpersonationConfig` is...

Flux version v0.31.1 ``` ❯ flux check ► checking prerequisites ✔ Kubernetes 1.22.9-eks-a64ea69 >=1.20.6-0 ► checking controllers ✔ helm-controller: deployment ready ► ghcr.io/fluxcd/helm-controller:v0.22.1 ✔ kustomize-controller: deployment ready ► ghcr.io/fluxcd/kustomize-controller:v0.26.1 ✔...

I tried to use a SOPS-encrypted environment file with secretGenerator in a Component like the following: ```yaml apiVersion: kustomize.config.k8s.io/v1alpha1 kind: Component secretGenerator: - name: my-secret envs: - config.enc.env ``` `.sops.yaml`:...

Discussed here: https://cloud-native.slack.com/archives/CLAJ40HV3/p1653481382666929 but opening this for further discussion The `prune` setting of Kustomizations has a two-fold behavior. It will delete resources which are removed from source, as is expected...

All resources that are shared work fine on our previous kustomize-controller version of 0.15.0. We are attempting to upgrade to 0.25.0 and upon doing so KS objects fail. This issue...

We are currently migrating out services to GitOps with FluxCD. In this process we are quite struggeling with a few things but one of the main blockers for us is...