From aff93b139eee494bbb7574ddebe9253f8dbdab5c Mon Sep 17 00:00:00 2001 From: jimbali <40831617+jimbali@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:18:47 +0000 Subject: [PATCH] chore: Enable preprod refresh script via Helm chart (#2446) MAP-1975 --- helm_deploy/values-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm_deploy/values-production.yaml b/helm_deploy/values-production.yaml index f0ce86a8b..97e39901a 100644 --- a/helm_deploy/values-production.yaml +++ b/helm_deploy/values-production.yaml @@ -119,7 +119,7 @@ dashboards: scripts: preprodRefresh: - enabled: false + enabled: true schedule: "15 6 * * *" reports: enabled: true