diff --git a/README.md b/README.md
index 9fb270aae8349e2ec5825240d6b82a1693c5f6f6..8224fd426344b7824660871efc9426b15c65bf93 100644
--- a/README.md
+++ b/README.md
@@ -134,3 +134,5 @@ Also, we can also test our PostgreSQL installation with a port forward
 $ kubectl -n dspace-dev port-forward dspace-postgresql-1806947503-qw8q4 5432:5432
 ```
 now we are able to connect to localhost:5432
+![pgAdmin_connect](pgadmin_1.png)
+![pgAdmin_showTables](pgadmin_2.png)
diff --git a/pgadmin_1.png b/pgadmin_1.png
new file mode 100644
index 0000000000000000000000000000000000000000..f2831d73ebc90b4f1aa186af2087b6a7f4b7f173
Binary files /dev/null and b/pgadmin_1.png differ
diff --git a/pgadmin_2.png b/pgadmin_2.png
new file mode 100644
index 0000000000000000000000000000000000000000..68a56c1a10d341319e271ae69765adf36aa110be
Binary files /dev/null and b/pgadmin_2.png differ