diff --git a/Babylon/templates/working_dir/.templates/yaml/Solution.yaml b/Babylon/templates/working_dir/.templates/yaml/Solution.yaml index c34ece39b..acb1b0805 100644 --- a/Babylon/templates/working_dir/.templates/yaml/Solution.yaml +++ b/Babylon/templates/working_dir/.templates/yaml/Solution.yaml @@ -17,7 +17,7 @@ spec: tags: - brewery runTemplates: - - id: "run_id" + - id: "{{run_template_id}}" name: "{{runTemplate_name}}" csmSimulation: AzureWebApp/AzureWebApp_Simulation run: true diff --git a/Babylon/templates/working_dir/.templates/yaml/variables.yaml b/Babylon/templates/working_dir/.templates/yaml/variables.yaml index 0267925d7..bee01927b 100644 --- a/Babylon/templates/working_dir/.templates/yaml/variables.yaml +++ b/Babylon/templates/working_dir/.templates/yaml/variables.yaml @@ -25,7 +25,7 @@ workspace_name: Babylon v5 workspace workspace_key: brewerytestingwork workspace_description: Testing workspace for the brewery web application # Runner -run_template_id: run_id +run_template_id: minimal runner_name: Babylon v5 Runner runTemplate_name: Standard simulation owner_name: toto \ No newline at end of file