kustomize-controller icon indicating copy to clipboard operation
kustomize-controller copied to clipboard

The GitOps Toolkit Kustomize reconciler

Results 112 kustomize-controller issues
Sort by recently updated
recently updated
newest added

**Situation** We have a `kustomization` that deploys a helmrelease named `httpbin` but it shows following error, although deployment was successfully: `Health check failed after 2m0.013489487s, timeout waiting for: [HelmRelease/wpb-services/httpbin status:...

Hi, we are using SOPS to encrypt our secrets for various people who are allowed to see them and a single key per target environment. With this usage, it's a...

It doesn't seem possible to have a kustomization overlay patch encrypted with SOPS. It seems like the patch is applied before SOPS decrypts the secrets, which means SOPS won't be...

### Describe the bug When deploying a rook-ceph filesystem through a flux kustomization, I get the error below. `CephFilesystem/rook-ceph/myfs dry-run failed, error: failed to create typed patch object (rook-ceph/myfs; ceph.rook.io/v1,...

flux version: v0.31.0 kustomize controller version: v0.26.0 1. there is a Kustomization with a wait and a timeout: ``` apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization [...] wait: true timeout: 15m ``` 2....

Currently there is a gap between kustomize and helm. Helm creates the namespaces itself on creation. Kustomize is not doing this. I would love to see that as feature in...

Hi team, first of all, thanks for all your work! ## Problem This is originated from this [discussion](https://github.com/fluxcd/flux2/discussions/2721). In short, currently the vault token that `kustomize-controller` reads is expected to...

area/sops

This PR adds a preliminary check on existence of the `ServiceAccount` to be impersonated on reconciliation, during the RESTClient `Config` setup. The `ImpersonationConfig` with SA User was previously set on...

In [this documentation](https://fluxcd.io/docs/guides/mozilla-sops/#encrypting-secrets-using-hashicorp-vault) the only available authentication is a Vault Token. The issue with a Vault Token is it's intended to be short-lived, it can be renewed but by an...

enhancement
help wanted
area/sops

a temporary opt-in, to support kustomizes helmChart inflator. would allow for drift detection in cluster environments, until the helm-controller supports this feature.

wontfix