-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Diff for applications with multiple sources #294
Comments
YES PLEASE. |
would be gr8 💯 |
For some reason I remember this working, but that doesn't seem to be true. OK, I built on the work that @sl1pm4t did and got a working branch. I don't have any multi source applications to test on yet, but if anyone wants a sneak preview, you can use the image at |
@djeebus, I'll test and comment |
@djeebus, so, it's not crashing anymore but still not working
first error - it failed to clone
after changing git ref to
it failed with error that it couldn't find the values file |
Teach me to dive in without understanding what I was doing. |
For the record we use the |
@andridzi okay, made another heroic stab at it. Want to give it another shot? One note, it requires that your kubechecks installation have access to the argocd-repo-server grpc service. I suspect this is an acceptable limitation, but we'll be documenting this before we merge it. Edit: or anyone else who wants to try the test image |
@djeebus
when doing like that - getting error about cloning the repository
P.S. Big thanks for working on it, the tool is really great! |
Also using the |
Hello,
It would be greatly appreciated to have this feature, as the current implementation doesn't seem to work for applications with multiple sources (like Helm deployments, where one source is for the Helm chart itself and another for the values).
I noticed an initial effort from @sl1pm4t in #240, but it appears to still be in draft.
The text was updated successfully, but these errors were encountered: