From 25cfce6fc01edc87f6e9d42c50b6168e7ff89a52 Mon Sep 17 00:00:00 2001 From: RishabhKodes Date: Wed, 5 Feb 2025 13:48:28 +0100 Subject: [PATCH] added external redis server name to readme Signed-off-by: RishabhKodes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b08c048..1c89230 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ After running the above script, you will get the access details of Redis like th - External Redis Sentinel Username: `[leave me blank]` - External Redis Sentinel Password: `[leave me blank]` - External Redis TLS Certificate content saved to `external_redis_tls_certificate.pem` -- External Redis Server Name: `[leave me blank]` +- External Redis Server Name: `rec.sap-eic-external-redis.svc.cluster.local` ## Cleanup Redis @@ -179,4 +179,4 @@ oc delete namespace sap-eic-external-redis # License -This project is licensed under the Apache License 2.0. See the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) for details. \ No newline at end of file +This project is licensed under the Apache License 2.0. See the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) for details.