flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
We work with OCI Images in our Kustomizations. I saw that the sources flag was implemented for flux-local get command (https://github.com/allenporter/flux-local/pull/200). Unfortunately flux-local build is still not working for me. I getting the following errors:
Unknown cluster source for OCIRepository basics: ./basics/iat
Is it possible to support the sources flag also for the flux-local build command?
Hi,
We work with OCI Images in our Kustomizations. I saw that the
sources
flag was implemented forflux-local get
command (https://github.com/allenporter/flux-local/pull/200). Unfortunatelyflux-local build
is still not working for me. I getting the following errors:Unknown cluster source for OCIRepository basics: ./basics/iat
Is it possible to support the
sources
flag also for theflux-local build
command?Thanks.