Commit 53b240a72bd7f2e6c851662e4f33ecbb85fcbea0

Authored by viktor
1 parent 18193a69

Fixed k8s-upgrade-tb.sh

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -36,7 +36,7 @@ else
36 36 fromVersion="${FROM_VERSION// }"
37 37 fi
38 38
39   -kubectl apply -f database-setup.yml &&
  39 +kubectl apply -f common/database-setup.yml &&
40 40 kubectl wait --for=condition=Ready pod/tb-db-setup --timeout=120s &&
41 41 kubectl exec tb-db-setup -- sh -c 'export UPGRADE_TB=true; export FROM_VERSION='"$fromVersion"'; start-tb-node.sh; touch /tmp/install-finished;'
42 42
... ...