From 7b4d284e41a1dc621c3945b541947087340a5bb7 Mon Sep 17 00:00:00 2001 From: EliseCastle23 <109446148+EliseCastle23@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:28:07 -0700 Subject: [PATCH] Update indexd-single-table-migration-job.yaml --- kube/services/jobs/indexd-single-table-migration-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/services/jobs/indexd-single-table-migration-job.yaml b/kube/services/jobs/indexd-single-table-migration-job.yaml index 43e40ac70..37a424560 100644 --- a/kube/services/jobs/indexd-single-table-migration-job.yaml +++ b/kube/services/jobs/indexd-single-table-migration-job.yaml @@ -76,7 +76,7 @@ spec: if [[ -n "$START_DID" ]]; then flags="$flags --start-did $START_DID" fi - time peotry run python /indexd/bin/migrate_to_single_table.py $flags + time poetry run python /indexd/bin/migrate_to_single_table.py $flags echo "Exit code: $?" restartPolicy: Never