Add baseHref default value

This commit is contained in:
Trevor Foster 2020-02-19 01:44:46 -05:00 committed by GitHub
parent d9d7862864
commit b235261f2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,6 +107,10 @@ ui:
image:
# Overrides .images.tag if defined.
tag: ""
# 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: "/"
# optional map of annotations to be applied to the ui Pods
podAnnotations: {}
# Optional labels to add to the UI pods