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;