You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nw...@apache.org on 2020/06/03 01:33:36 UTC

[incubator-heron] branch master updated: Fix use of non-default base url value (#3535)

This is an automated email from the ASF dual-hosted git repository.

nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 4308eaf  Fix use of non-default base url value (#3535)
4308eaf is described below

commit 4308eaf210030056963b55c1f903138b45f22ff1
Author: Oliver Bristow <ev...@gmail.com>
AuthorDate: Wed Jun 3 02:33:28 2020 +0100

    Fix use of non-default base url value (#3535)
---
 deploy/kubernetes/helm/templates/tools.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/kubernetes/helm/templates/tools.yaml b/deploy/kubernetes/helm/templates/tools.yaml
index 2d3b8d3..dfa63e5 100644
--- a/deploy/kubernetes/helm/templates/tools.yaml
+++ b/deploy/kubernetes/helm/templates/tools.yaml
@@ -116,7 +116,7 @@ spec:
             - >-
               heron-ui
               --port=8889
-              --base_url={{ $defaultUrl }}
+              --base_url={{ .Values.heron.url | default $defaultUrl }}
         - name: heron-apiserver
           image: {{ .Values.image }}
           imagePullPolicy: {{ .Values.imagePullPolicy }}