Alexander Block
Alexander Block
Should be reasonable to implement, but then it should be controllable by a flag (something like --sort-diff-object). I also think that this is a good first issue for new contributors.
Hey @Bharadwajshivam28. Happy to see you give it a try. Did you already try to compile the project? A simple `make build` should be sufficient. Alternatively, use your IDE to...
The end goal is to have the output of `kluctl diff` (and the diff seen in `kluctl deploy`) to have objects sorted by [ref](https://github.com/kluctl/kluctl/blob/6e3b8753fe63e900bb803dcc808eca3ae916f70f/pkg/types/k8s/ref.go#L29). Right now, they are simply in...
@matzegebbe #119 will add an interactive mode :)
fyi, I assume go-ansible might also be interested in https://github.com/kluctl/go-jinja2, which uses the mentioned library to embed Jinja2 as well. The API is far from perfect, but I'm happy to...
@apenella That sounds like something that should work. I also just realised that I misunderstood this project...my understanding was that it tries to re-implement Ansible in Go and thus needs...
I never tested building on Windows, as I'm only able to use Mac and Linux as built systems. I used cross-compilation to get Windows builds working. If someone is able...
I have no experience with Tiny Go...but it looks like you're trying to compile to wasm, which is not supported at the moment. go-embed-python relies on python binaries and python...
If noone else is already working on Taiga 3.0.0 support, I can start working on that. I'm currently deploying 3.0.0 in Docker and would prefer to have a reproducible and...
It turned out that it actually already works. The problems I had were related to wrong configuration. Did anyone of you have problems?