microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Keycloak deployment fails on OpenShift due to missing keycloak.url #93

Closed lbroudoux closed 1 year ago

lbroudoux commented 1 year ago

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.

lbroudoux commented 1 year ago

Now fixed in nightly tagged container image.