From 53b240a72bd7f2e6c851662e4f33ecbb85fcbea0 Mon Sep 17 00:00:00 2001 From: viktor Date: Wed, 27 May 2020 15:22:48 +0300 Subject: [PATCH] Fixed k8s-upgrade-tb.sh --- k8s/k8s-upgrade-tb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/k8s-upgrade-tb.sh b/k8s/k8s-upgrade-tb.sh index a97db5ea97..d814a15f90 100755 --- a/k8s/k8s-upgrade-tb.sh +++ b/k8s/k8s-upgrade-tb.sh @@ -36,7 +36,7 @@ else fromVersion="${FROM_VERSION// }" fi -kubectl apply -f database-setup.yml && +kubectl apply -f common/database-setup.yml && kubectl wait --for=condition=Ready pod/tb-db-setup --timeout=120s && kubectl exec tb-db-setup -- sh -c 'export UPGRADE_TB=true; export FROM_VERSION='"$fromVersion"'; start-tb-node.sh; touch /tmp/install-finished;'