From d79127f652aba3d3cdaa08ee5ace4c4da8ab09e6 Mon Sep 17 00:00:00 2001 From: dandds Date: Thu, 8 Aug 2019 12:02:02 -0400 Subject: [PATCH] Update the k8s config directory in the migration script. --- script/cluster_migration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cluster_migration b/script/cluster_migration index 2c011365..0c57c9d8 100755 --- a/script/cluster_migration +++ b/script/cluster_migration @@ -11,7 +11,7 @@ if [ -z "${MIGRATION_TIMEOUT+is_set}" ]; then fi echo "Creating job..." -envsubst < k8s/shared/migration.yaml | $K8S_CMD -n atat apply -f - +envsubst < deploy/shared/migration.yaml | $K8S_CMD -n atat apply -f - echo "Wait for job to finish or timeout..." JOB_SUCCESS=$(${K8S_CMD} -n atat wait --for=condition=complete --timeout=${MIGRATION_TIMEOUT} job/migration)