Browse Source

Fixed k8s-upgrade-tb.sh

pull/2839/head
viktor 6 years ago
parent
commit
53b240a72b
  1. 2
      k8s/k8s-upgrade-tb.sh

2
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;'

Loading…
Cancel
Save