diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index 1ed1267..bb56be1 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -63,6 +63,6 @@ topology_template: outputs: galaxy_nip_url: - value: { concat: [ 'https://galaxy.', get_attribute: [ simple_node, public_address, 0 ], 'nip.io/' ] } + value: { concat: [ 'https://galaxy.', get_attribute: [ simple_node, public_address, 0 ], '.nip.io/' ] } galaxy_dns_url: value: { concat: [ 'https://', { get_input: dns_name }, '/' ] }