From bc4dcd1fc28f14ae6e7dd20aaff757bce2abfcae Mon Sep 17 00:00:00 2001 From: Laurent Droin <32528572+laurentdroin@users.noreply.github.com> Date: Thu, 27 Jan 2022 08:47:46 -0500 Subject: [PATCH] Removed reference to a file that doesn't exist. Plus there is really no need to refer to a file here. You modify whatever holds your REC definition. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe83d1..62d45ef 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ The operator deploys a `RedisEnterpriseCluster` with default configurations valu Whenever images are not pulled from DockerHub, the following configuration must be specified: -In *RedisEnterpriseClusterSpec* (redis_enterprise_cluster.yaml): +In *RedisEnterpriseClusterSpec* : - *redisEnterpriseImageSpec* - *redisEnterpriseServicesRiggerImageSpec* - *bootstrapperImageSpec*