diff --git a/templates/slurm_galaxy.yml b/templates/slurm_galaxy.yml index fde7171..d4183cd 100644 --- a/templates/slurm_galaxy.yml +++ b/templates/slurm_galaxy.yml @@ -95,4 +95,4 @@ topology_template: galaxy_nip_url: value: { concat: [ 'https://galaxy.', get_attribute: [ simple_node, public_address, 0 ], 'nip.io/' ] } galaxy_dns_url: - value: { concat: [ 'https://', { get_input: dns_name }, '/' ] } + value: { concat: [ 'https://', { get_input: galaxy_dns_name }, '/' ] }