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 54 forks source link

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

Closed tumido closed 10 months ago

tumido commented 1 year ago

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