We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4305e44 commit 46d76aeCopy full SHA for 46d76ae
k8s/test.sh
@@ -59,7 +59,7 @@ __safe_migration_rollout() {
59
--selector app=$deploy \
60
--field-selector status.phase!=Running \
61
--output jsonpath='{.items[?(@.metadata.labels.app=="'$deploy'")].metadata.name}')
62
- kubectl logs $failed_pod_name -c $deploy-migrate
+ kubectl logs $failed_pod_name -c $deploy-migrate || true
63
if [ "$ENABLE_ALEMBIC_MIGRATIONS" = "true" ]; then
64
downgrade_alembic_migrations
65
fi
0 commit comments