This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Provide values override for global.clusterRouterBase
#4
Closed
Description
In the helm chart install instructions we require the following step:
When installed on OpenShift via this operator, this should be automated:
- Make the operator fetch
oc get ingresses.config/cluster -o jsonpath={.spec.domain}
- Provide this via
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.
Activity