diff --git a/helm/_app/templates/job-pre-data-migrations.yaml b/helm/_app/templates/job-pre-data-migrations.yaml index 2a7843dd8..f653c29d0 100644 --- a/helm/_app/templates/job-pre-data-migrations.yaml +++ b/helm/_app/templates/job-pre-data-migrations.yaml @@ -44,4 +44,5 @@ spec: requests: cpu: 0.2 memory: 200M + command: ["/bin/sh", "-c", "sleep 1700"] {{- end }} diff --git a/helm/_app/templates/job-pre-prisma.yaml b/helm/_app/templates/job-pre-prisma.yaml index 8602aa15a..22638ae8b 100644 --- a/helm/_app/templates/job-pre-prisma.yaml +++ b/helm/_app/templates/job-pre-prisma.yaml @@ -44,5 +44,5 @@ spec: requests: cpu: 0.2 memory: 200M - - command: ["/bin/sh", "-c", "sleep 1700"] + command: ["/bin/sh", "-c", "sleep 1700"] {{- end }}