From 4fbb0e343a347ffc368c4e60469bb2122e6a3126 Mon Sep 17 00:00:00 2001 From: ThomasSamson Date: Wed, 8 Oct 2025 14:36:03 +0200 Subject: [PATCH] Fix link for cron --- helm/chart/templates/cronjob-fixture-reset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/chart/templates/cronjob-fixture-reset.yaml b/helm/chart/templates/cronjob-fixture-reset.yaml index 3a36a43..5a159bb 100644 --- a/helm/chart/templates/cronjob-fixture-reset.yaml +++ b/helm/chart/templates/cronjob-fixture-reset.yaml @@ -30,7 +30,7 @@ spec: command: ['/bin/sh', '-c'] args: [' set -ex; - rm fixtures/prod && ln -s fixtures/test fixtures/prod; + rm fixtures/prod && ln -s test/ fixtures/prod; bin/console doctrine:database:drop --if-exists --force; bin/console doctrine:database:create --if-not-exists; bin/console doctrine:migrations:migrate --no-interaction;