You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Cryostat is deployed using operator, the route host contains the openshift domain({instance-name}-{namespace-name}.{opc-instance-domain}) and is not possible to customise it using via CR
Cryostat container stores the grafana routes in an enviroment variable named GRAFANA_DASHBOARD_EXT_URL so manually create the routes is not a suitable workaround
Current Behavior
When Cryostat is deployed using operator, the route host contains the openshift domain(
{instance-name}-{namespace-name}.{opc-instance-domain}
) and is not possible to customise it using via CRCryostat container stores the grafana routes in an enviroment variable named GRAFANA_DASHBOARD_EXT_URL so manually create the routes is not a suitable workaround
Expected Behavior
Allow to customise the route domain using CR
Steps To Reproduce
Create the custom resource
Apply the custom resource
oc apply -f my-app-cryostat.yaml
Verify the routes are in the format
{instance-name}-{namespace-name}.{opc-instance-domain}
oc get routes
Check that the Cryostat container define an environment variable named "GRAFANA_DASHBOARD_EXT_URL" and value the route of the grafana instance
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: