From 7c7e7386fee38f3ac1586814cb4ccb17348521bd Mon Sep 17 00:00:00 2001 From: Laurent Droin <32528572+laurentdroin@users.noreply.github.com> Date: Fri, 12 Mar 2021 13:28:17 -0800 Subject: [PATCH] Typo fix --- redis_enterprise_database_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis_enterprise_database_api.md b/redis_enterprise_database_api.md index 609acb6..b626467 100644 --- a/redis_enterprise_database_api.md +++ b/redis_enterprise_database_api.md @@ -205,7 +205,7 @@ RedisEnterpriseDatabaseStatus defines the observed state of RedisEnterpriseDatab | Field | Description | Scheme | Default Value | Required | | ----- | ----------- | ------ | -------- | -------- | -| replicaSourceType | Determines what Kuberetes resource ReplicaSourceName refers to SECRET - Get URI from secret named in ReplicaSourceName. The secret will have a uri key that defines the complete, redis:// URI REDB - Determine URI from Kubernetes REDB resource named in ReplicaSourceName | [RepliceSourceType](#replicesourcetype) | | true | +| replicaSourceType | Determines what Kubernetes resource ReplicaSourceName refers to SECRET - Get URI from secret named in ReplicaSourceName. The secret will have a uri key that defines the complete, redis:// URI REDB - Determine URI from Kubernetes REDB resource named in ReplicaSourceName | [RepliceSourceType](#replicesourcetype) | | true | | replicaSourceName | Kubernetes resource (SECRET/REDB) name of type ReplicaSourceType | string | | true | | compression | GZIP Compression level (0-9) to use for replication | int | | false | | clientKeySecret | Secret that defines what client key to use. The secret needs 2 keys in its map, \"cert\" that is the PEM encoded certificate and \"key\" that is the PEM encoded private key | *string | | false |