fix: Hotfix server.baseHref value not being used (#261)

This commit is contained in:
Trevor Foster 2020-03-13 11:04:31 -04:00 committed by GitHub
parent 664829aa24
commit 219778eb9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -104,7 +104,9 @@ server:
enabled: true
# only show workflows where UI installed
forceNamespaceIsolation: false
# UI BASE_HREF env variable
# only updates base url of resources on client side,
# it's expected that a proxy server rewrites the request URL and gets rid of this prefix
# https://github.com/argoproj/argo/issues/716#issuecomment-433213190
baseHref: /
image:
# Overrides .images.tag if defined.