From 53a8389d614aac3989b668fd1f78abdfcac18ebf Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Tue, 5 Mar 2024 10:05:20 +0100 Subject: [PATCH] Fix output name --- templates/k8s_galaxy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/k8s_galaxy.yaml b/templates/k8s_galaxy.yaml index 2fc8b98..d53e6a2 100644 --- a/templates/k8s_galaxy.yaml +++ b/templates/k8s_galaxy.yaml @@ -48,5 +48,5 @@ topology_template: outputs: - grafana_endpoint: + galaxy_endpoint: value: { concat: [ 'https://', get_attribute: [ front, public_address, 0 ], '/galaxy/' ] }