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 44c70cf commit 48eadb7Copy full SHA for 48eadb7
k8s/test.sh
@@ -53,6 +53,7 @@ kubectl config set-context --current --namespace=$KUBERNETES_NAMESPACE
53
echo "Context set to namespace: \"$KUBERNETES_NAMESPACE\""
54
kubectl apply --kustomize infrastructure/test
55
__safe_migration_rollout test-postgres
56
+kubectl exec -i deployment/test-postgres -- sh -c "psql -U postgres -c '$(cat infrastructure/test/deployment/assets/init.sql)'" || true
57
echo "::endgroup::"
58
59
0 commit comments