Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 4308eaf

Browse files
authored
Fix use of non-default base url value (#3535)
1 parent 270f77e commit 4308eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/helm/templates/tools.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ spec:
116116
- >-
117117
heron-ui
118118
--port=8889
119-
--base_url={{ $defaultUrl }}
119+
--base_url={{ .Values.heron.url | default $defaultUrl }}
120120
- name: heron-apiserver
121121
image: {{ .Values.image }}
122122
imagePullPolicy: {{ .Values.imagePullPolicy }}

0 commit comments

Comments
 (0)