You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let say you want to run Argo under myhostname.com/argocd. /argocd is than configured in parameter configs.params.server.rootpath: /argocd . However, local login is distroyed afterwards because you argocd in the URL is duplicated.
Describe the bug
Let say you want to run Argo under
myhostname.com/argocd
./argocd
is than configured in parameterconfigs.params.server.rootpath: /argocd
. However, local login is distroyed afterwards because you argocd in the URL is duplicated.The full configuration looks like that:
Related helm chart
argo-cd
Helm chart version
7.7.16
To Reproduce
myhostname.com/argocd
myhostname.com/argocd/login?return_url=https%3A%2F%2Fmyhostname.com%2Fargocd%2Fapplications
myhostname.com/argocd/argocd/applications
myhostname.com/argocd/applications
Expected behavior
After Login page
myhostname.com/argocd/applications
is opened. (No duplicate argocd)Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: