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
Expected Behavior
Set spec.host in the chart for global.clusterRouterBase.
Describe the bug
Following deployment docs on OpenShift, users usually set
global.clusterRouterBase
. This in turn properly resolve host for configmap but leaves thespec.host
in Route empty. Openshift automatically populates that value, however this becomes an issue when deployed via ArgoCD which assumes thespec.host
should be blank instead of the generated valueExpected Behavior
Set
spec.host
in the chart forglobal.clusterRouterBase
.Versions of software used and environment