Clean up Application URLs that use Regex Path Based Routing? #23230
Unanswered
joshwright10
asked this question in
Q&A
Replies: 1 comment
-
We have the same use case with regex paths. Having Argo CD clean up the displayed URL would be a great improvement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think that it is a really nice feature that Argo CD detects the Ingress resource and surfaces the Ingress URL in the Argo CD Application. For example, in the Application Details pane and in the Tree view.
However, we use a lot of Regex Path based routing with ingress-nginx and Argo CD simply takes the Ingress Path value, which means that none of the clickable links in Argo CD work straight away. They all require you to click the link, then remove the Regex syntax at the end of the path.
Is there an option/annotation to tell Argo CD to remove the Regex pattern at the end of the Path when displaying it in the Application view?
Beta Was this translation helpful? Give feedback.
All reactions