argocd-commenter
argocd-commenter copied to clipboard
Add full support for Argo CD external urls
Enables full support for External URL's in Argo CD. Otherwise it will throw error during updating deployment status.
I'm not go developer(but java), please check if it ok from go perspective. I'm providing my verbal approve to edit this PR by maintainers in order to merge it as fast as possible. Thanks!
cc @int128
📝 https://argo-cd.readthedocs.io/en/stable/user-guide/external-url/ https://github.com/argoproj/argo-cd/blob/f0b03071fc00fd81433d2c16861c193992d5a093/common/common.go#L178-L186
Keep in mind that official docs not reflect real useful functionality that they support in source https://github.com/argoproj/argo-cd/blob/f0b03071fc00fd81433d2c16861c193992d5a093/common/common.go#L186 I added comment in proposed changes about it