Add some context about the baseHref value

This commit is contained in:
Trevor Foster 2020-03-11 02:31:28 -04:00 committed by GitHub
parent c077fafd05
commit 575c9cf1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,7 +104,9 @@ server:
enabled: true enabled: true
# only show workflows where UI installed # only show workflows where UI installed
forceNamespaceIsolation: false 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: / baseHref: /
image: image:
# Overrides .images.tag if defined. # Overrides .images.tag if defined.