janus-idp / helm-backstage

Helm Chart for Deploying Backstage. This repo is deprecated. Please move to https://github.com/redhat-developer/rhdh-chart

Home Page:https://redhat-developer.github.io/rhdh-chart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kadel opened this issue · comments

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

  • Deployed Janus chart with release name janus.
    • Route name is janus-backstage
    • Route host is janus-backstage-janus.<clusterRouterBase>
    • janus-idp.hostname is janus-janus.<clusterRouterBase>

Temporary workaround is to set baseUrl manually