From 2f286b4d2975c409bedbd82c31c04e5002677a7e Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Mon, 16 Dec 2024 13:59:46 +0100 Subject: [PATCH] Update geoserver_app.yaml --- templates/geoserver_app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/geoserver_app.yaml b/templates/geoserver_app.yaml index d416bff..c483b4a 100644 --- a/templates/geoserver_app.yaml +++ b/templates/geoserver_app.yaml @@ -91,4 +91,4 @@ topology_template: outputs: geoserver_url: - value: { get_attribute: [ geoserver_app, endpoints, 0 ] } + value: { concat: [{ get_attribute: [ geoserver_app, endpoints, 0 ] }, "geoserver/"] }