Open yotles opened 4 months ago
Yes, this is not currently supported, as the tool will not go out and clone external repos. You may be able to get something working by cloning the external repos yourself and using the --sources flag (details) to map the name of a git repo source to a local path.
@allenporter First of all thank you for such amazing tool! At first glance it could to resolve a lot of my issues during work with flux and gitops scheme.
But I cannot find the way to work properly. I have more or less standart platform admin repo with name conf:
And kustomizations within flux-system accessible ok with
--sources
:But I cannot figure out how to get work it with app which configured with external git repository. My manifests:
And what I get:
but in my case
/conf/base
is not correct path, in some way it should look into apps/infrastructure/app1/base. Could you please clarify is it possible to work with flux-local in such manner?Thanks!