From b235261f2a86f2d740d98051894d7a50bdde317d Mon Sep 17 00:00:00 2001 From: Trevor Foster Date: Wed, 19 Feb 2020 01:44:46 -0500 Subject: [PATCH] Add baseHref default value --- charts/argo/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index c41025b7..f81e4590 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -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