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

Provid Support for Alterative SourceRef's

Open rawkode opened this issue 10 months ago • 1 comments

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 this back to FluxCD and allow the kustomize-controller to apply, but unfortunately that isn't possible because of the Kind checks.

I'd like to propose that FluxCD supports external / alternative sources provided they have .status.Artifact that can be deserialised.

rawkode avatar Aug 21 '23 21:08 rawkode