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

The GitOps Toolkit Kustomize reconciler

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

Dependents of a kustomization, that are in "wait dependency", status should be reconciled immediately after the dependency becomes ready or is reconciled with a new revision. This should not make...

enhancement

AFAIK it is meant to reference a `GitRepository` kind, one such example is in the [docs](https://fluxcd.io/flux/components/kustomize/kustomizations/#example): ```yml kind: GitRepository metadata: name: podinfo namespace: default ``` ... ```yml kind: Kustomization metadata:...

Sops allow to encrypt only lines annotated with a comment matching a regex. This is very useful as manifests stored in the git repository are more readable : only sensible...

Security Insights is a specification for communicating security-related data. For this specific repository, use this example: https://github.com/privateerproj/privateer/blob/main/.github/security-insights.yml ## Resources Security Insights: https://github.com/ossf/security-insights-spec/

This pull request introduces support for the `Artifact` source type in the `KustomizationReconciler`. The changes include importing the necessary package, updating the setup with the manager to watch for `Artifact`...

I think will be great if Flux will not override fields which no longer belong to its (lost ownership), single expection - kubectl manager name. Cases: - Scale 0 some...