Skip to content

Commit

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

0 comments on commit 2ee9d84

Please sign in to comment.