Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed reference to a file that doesn't exist. #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
laurentdroin authored Jan 27, 2022
commit bc4dcd1fc28f14ae6e7dd20aaff757bce2abfcae
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down