From 2ee9d848c92a6d0507dcb10c8cd5751480977cd3 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Thu, 19 Sep 2024 13:07:35 +0200 Subject: [PATCH] Fix output --- templates/mlflow_authvm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mlflow_authvm.yaml b/templates/mlflow_authvm.yaml index 638db86..2555f75 100644 --- a/templates/mlflow_authvm.yaml +++ b/templates/mlflow_authvm.yaml @@ -131,6 +131,6 @@ topology_template: outputs: mlflow_nip_endpoint: - value: { concat: [ 'https://mlflow.', get_attribute: [ simple_node, public_address, 0 ], 'nip.io/signup' ] } + value: { concat: [ 'https://mlflow.', get_attribute: [ simple_node, public_address, 0 ], '.nip.io/signup' ] } mlflow_dns_endpoint: value: { concat: [ 'https://', get_input: mlflow_dns_name, '/signup' ] }