Unverified Commit 10459572 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: use correct user when checking the DB (#3000)

Showing with 1 addition and 1 deletion
+1 -1
......@@ -2,7 +2,7 @@
docker_container:
name: postgres
image: postgres
command: 'psql -h {{ kong_postgres_host }} -U postgres -d {{ kong_postgres_database }} -p 5432 -c "\dt"'
command: 'psql -h {{ kong_postgres_host }} -U {{ kong_postgres_user }} -d {{ kong_postgres_database }} -p 5432 -c "\dt"'
detach: false
cleanup: yes
env:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment