This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Provide values override for global.clusterRouterBase
#4
Labels
kind/enhancement
New feature or request
In the helm chart install instructions we require the following step:
https://github.com/janus-idp/helm-backstage/tree/main/charts/backstage#installing-from-the-chart-repository
When installed on OpenShift via this operator, this should be automated:
oc get ingresses.config/cluster -o jsonpath={.spec.domain}
reconciler.WithOverrideValues
Please make the operator to always enforce this value to be in sync with the cluster - The operator doesn't need to watch the
ingresses.config/cluster
resource, but it should fetch the correct value on every helm upgrade.The text was updated successfully, but these errors were encountered: