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

## Description Currently the envsubst replaces the the placeholders with an empty string if no matching variable is found. This can lead to very odd problems. I know you could...

### Describe the bug When using "patches" directive in Kustomization manifest, if "target" is not specified for a specific patch, it's added implicitly as `target: {}`. The problem is that...

I tried implementing a solution for issue #414 Since this is my first contribution in go i am not quiet sure how good it is. But i tested it and...

I have been trying to delete a kustomization that had a faulty pod created underneath it (kustomization in unknown state) with no luck. even removing finalizers from the kustomization doesn't...

wontfix

I was in the process of creating a CronJob, in our Flux 2 workflow, and got hit by a weird behavior. At first, I had to put the annotation `kustomize.toolkit.fluxcd.io/substitute:...

Context: * running on EKS, using IRSA and pod-identity-webhook * multiple tenants should be onboarded onto the cluster * we're enforcing `spec.serviceAccountName` * one tenant should not be able to...

I have a infrastructure use-case where I want to consider different factors (`location`, `segment` and `environment`) to deploy a cluster. Each of these factors can influence for example values with...

I have an Nginx configuration that is loaded into a config map. I was using variable substitution functionality from Flux Kustomization and this caused weird errors. It turns out that...

When 2 kustomizations exists, where one dependsOn the other, then the pruning should happen in reversed ordering: Usecase: kustomization `operator` contains CRD and an operator for this CRD kustomization `usage`...

A dry-run feature would be quite useful to have on the ks pipeline. If you deal with big sources a dry-run is something useful (Also if one migrates a source...