From ab8987aeaa9dd3f60f90335befbc0d817edb6474 Mon Sep 17 00:00:00 2001 From: Trevor Foster Date: Wed, 19 Feb 2020 01:46:21 -0500 Subject: [PATCH] Use baseHref value --- charts/argo/templates/ui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo/templates/ui-deployment.yaml b/charts/argo/templates/ui-deployment.yaml index a9c2167a..d1ccb34b 100644 --- a/charts/argo/templates/ui-deployment.yaml +++ b/charts/argo/templates/ui-deployment.yaml @@ -49,7 +49,7 @@ spec: apiVersion: v1 fieldPath: metadata.namespace - name: BASE_HREF - value: / + value: {{ .Values.ui.baseHref | quote }} resources: {{- toYaml .Values.ui.resources | nindent 12 }} {{- with .Values.ui.nodeSelector }}