diff --git a/shenyu-e2e/k8s/script/init/postgres_container_init.sh b/shenyu-e2e/k8s/script/init/postgres_container_init.sh index 0b83e695de824..67d3f583d881b 100644 --- a/shenyu-e2e/k8s/script/init/postgres_container_init.sh +++ b/shenyu-e2e/k8s/script/init/postgres_container_init.sh @@ -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