janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart
https://redhat-developer.github.io/rhdh-chart/
Apache License 2.0
62 stars 53 forks source link

bug: `janus-idp.hostname` is not returning correct value #97

Closed kadel closed 1 year ago

kadel commented 1 year ago

The default baseUrl value in values.yaml (baseUrl: 'https://{{- include "janus-idp.hostname" . }}') doesn't render the correct hostname when clusterRouteBase is set.

Temporary workaround is to set baseUrl manually