From 18cf0d6b92594688e212515668fb1790a484cb64 Mon Sep 17 00:00:00 2001 From: johnfolly Date: Thu, 19 Feb 2026 19:09:46 +0100 Subject: [PATCH 1/2] fix: correct webApp to webapp and update datasetManager configuration --- Babylon/templates/working_dir/.templates/yaml/Workspace.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml b/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml index dca0dad4..b3dd56a0 100644 --- a/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml +++ b/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml @@ -20,7 +20,7 @@ spec: sendInputToDataWarehouse: true sendScenarioRunToEventHub: true additionalData: - webApp: + webapp: solution: runTemplateFilter: defaultRunTemplateDataset: null @@ -36,5 +36,6 @@ spec: supportUrl: 'https://support.cosmotech.com' organizationUrl: 'https://cosmotech.com' documentationUrl: 'https://portal.cosmotech.com/resources/platform-resources/web-app-user-guide' - datasetManager: + datasetManager: 'removeToDisableDatasetManager' + datasourceFilter: [] security: {{security}} \ No newline at end of file From c0e22e009956c682851e59e2ea75f71441811ce6 Mon Sep 17 00:00:00 2001 From: johnfolly Date: Mon, 23 Feb 2026 10:30:40 +0100 Subject: [PATCH 2/2] fix: enable creation of schema in postgres sidecar by default --- Babylon/templates/working_dir/.templates/yaml/Workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml b/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml index b3dd56a0..b791fd67 100644 --- a/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml +++ b/Babylon/templates/working_dir/.templates/yaml/Workspace.yaml @@ -5,7 +5,7 @@ spec: sidecars: postgres: schema: - create: false + create: true jobs: - name: k8s_job.yaml path: postgres/jobs