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

Commit

Permalink
Fix use of non-default base url value (#3535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Code0x58 committed Jun 3, 2020
1 parent 270f77e commit 4308eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/templates/tools.yaml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4308eaf

Please sign in to comment.