Skip to content

Commit

Permalink
[type:feat] support e2e contain in k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
moremind committed Sep 19, 2023
1 parent d2f5b81 commit 0ca1f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shenyu-e2e/k8s/script/init/postgres_container_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ls /tmp/shenyu-e2e/postgres/driver
curPath=$(readlink -f "$(dirname "$0")")
PRGDIR=`dirname "$(dirname "$curPath")"`
echo $PRGDIR
kubectl apply -f ${PRGDIR}/shenyu-deployment-postgres.yml
kubectl apply -f ${PRGDIR}/shenyu-postgres.yml
sleep 30s
kubectl get pod -o wide

Expand Down

0 comments on commit 0ca1f7f

Please sign in to comment.