Mike Devresse
Mike Devresse
Hi, I've implemented this thing in my company, if you do this you don't have necessarily to rewrite the routing system but just parse your controllers and read the attributes...
I've come up with this if someone need, it finds all files recursively. This might be useful for CI for example. `find ./ | grep .yaml | xargs -I{} -d'\n'...
I have the same issue and it seems that commenting the code fragment that you mentioned solve the issue. It seems that the block_until_ready doesn't do its job and that...
Hi sorry, checking this out asap
mhh not working ... trying to find out why, I may update the PR soon then
Still not working, if anyone has an idea feel free to suggest, it seems that the configuration is not saved, is there a way to debug this maybe ? Edit...
We fixed the issue on our side by editing argocd's argocd-cm config map and setting `application.instanceLabelKey` to `argocd.argoproj.io/instance`