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

Route defaults to `host: null` if `global.clusterRouterBase` is specified which makes it ArgoCD incompatible

tumido opened this issue · comments

Describe the bug

Following deployment docs on OpenShift, users usually set global.clusterRouterBase. This in turn properly resolve host for configmap but leaves the spec.host in Route empty. Openshift automatically populates that value, however this becomes an issue when deployed via ArgoCD which assumes the spec.host should be blank instead of the generated value

image (1)

Expected Behavior

Set spec.host in the chart for global.clusterRouterBase.

Versions of software used and environment