mirror of
https://github.com/holos-run/holos.git
synced 2026-03-22 02:05:00 +00:00
The Kustomize build plan kind needs to support both copying files from the component directory and pulling resources from https URL's. Without this patch this support is missing from the Author API With this patch the Kustomize build plan kind has a KustomizeConfig field with two structs, Files and Resources. The kustomization resources list is built up from both of these. Two transformers are used so we don't affect the GitOps transfomer which really only needs CommonLabels. I decided to keep this field exclusive to the Kustomize kind, but it could replace the Kustomization field of the other kinds as well.