From efba840057dd439727190e83960e25e663517de0 Mon Sep 17 00:00:00 2001 From: Yuval Levy Date: Mon, 12 Jul 2021 17:17:23 +0300 Subject: [PATCH] Update README.md Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8547f1d..7620106 100644 --- a/README.md +++ b/README.md @@ -485,7 +485,7 @@ The username and password for the web console are stored in a secret with the Re in order to connect to the web console the port-forward or load balancer can be used. First, extract the username and password from the secret: -1. Switch to the namespace with the Redis Enterprise Cluster via the command below, replace with the relevant namespace: +1. Switch to the namespace with the Redis Enterprise Cluster via the command below (replace with the relevant namespace): ```bash kubectl config set-context --current --namespace= ```