From 5f81e005aacc6af68a710110de8cfe6603f53a6a Mon Sep 17 00:00:00 2001 From: Laurent Droin <32528572+laurentdroin@users.noreply.github.com> Date: Tue, 2 Mar 2021 09:07:34 -0800 Subject: [PATCH] REDB no longer needs a cluster name in the spec --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4337455..5916f30 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,6 @@ This is the fastest way to get up and running with a new Redis Enterprise on Kub EOF kubectl apply -f /tmp/redis-enterprise-database.yml ``` - Replace the name of the cluster with the one used on the current namespace. All REDB configuration options are documented [here](redis_enterprise_database_api.md). @@ -292,7 +291,6 @@ Other custom configurations are referenced in this repository. EOF kubectl apply -f /tmp/redis-enterprise-database.yml ``` - Replace the name of the cluster with the one used on the current namespace. All REDB configuration options are documented [here](redis_enterprise_database_api.md).