From e55765cf03a2b8b2a1c63df99bd4a0fe96adba64 Mon Sep 17 00:00:00 2001 From: Alvinosh Date: Thu, 9 May 2024 16:24:25 +0200 Subject: [PATCH] * Fixed Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c17aa6c..87352b76 100644 --- a/README.md +++ b/README.md @@ -799,12 +799,12 @@ Approach 1: (by ssh'ing directly in the k8s pod) Approach 2: (by using external psql with port-forwarding; requires that PostgreSQL be installed on your host computer) * 1\) Set up a port-forward from `localhost:[5120/5220]` to your k8s database pod. (see: [port-forwarding](#port-forwarding)) -* 1\) Set up a port-forward from `localhost:[5120/5220]` to your k8s database pod. (see: [port-forwarding](#port-forwarding)) +* 2\) Run: `npm start "db.psql_k8s [dm-local/dm-ovh]"` * 3\) The shell should now have you logged in as the `admin` user. Approach 3: (by using dbeaver) * 1\) Set up a port-forward from `localhost:[5120/5220]` to your k8s database pod. (see: [port-forwarding](#port-forwarding)) -* 2\) Retrieve the data from "debate-map-pguser-admin" for the "dm-local" context by running "npm start db.local_secrets" +* 2\) Retrieve the data from "debate-map-pguser-admin" for the "dm-local" context by running `npm start db.local_secrets` * 3\) Enter the data printed in the console to make a new dbeaver connection.