From 575c9cf1d896646dda1d688ecb47afe9af2c6bbe Mon Sep 17 00:00:00 2001 From: Trevor Foster Date: Wed, 11 Mar 2020 02:31:28 -0400 Subject: [PATCH] Add some context about the baseHref value --- charts/argo/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 4823e925..bdc7d697 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -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.