From 09f2f16ead09edd25d40ce685a3857008cf37f69 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Fernandez Date: Thu, 9 Jan 2025 10:38:52 +0100 Subject: [PATCH] Fix output url --- templates/galaxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index 11ed44a..659f55f 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -163,4 +163,4 @@ topology_template: outputs: galaxy_url: - value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/galaxy' ] } + value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/galaxy/' ] }