Skip to content

Commit

Permalink
Fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 4, 2024
1 parent 37e9da3 commit 4047d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/galaxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }, '/' ] }

0 comments on commit 4047d33

Please sign in to comment.