This impacts the 1.7.0 release and is a consequence of #92
On OpenShift, if not provided the URL is deduced from the Route being created instead of standard ingress. The retrieved URL from route is stored under keycloak_url variable ; however the deployment template is using keycloak.url with no fallback...
This does not occurs on vanilla Kubernetes as keycloak.url must be present into the CR spec.
This impacts the
1.7.0
release and is a consequence of #92On OpenShift, if not provided the URL is deduced from the
Route
being created instead of standard ingress. The retrieved URL from route is stored underkeycloak_url
variable ; however the deployment template is usingkeycloak.url
with no fallback...This does not occurs on vanilla Kubernetes as
keycloak.url
must be present into the CR spec.