Skip to content

Commit a595126

Browse files
updated API spec info in intro
1 parent 540dd5d commit a595126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/operate/kubernetes/re-databases/replica-redb.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ weight: 42
1111
---
1212

1313
You can configure a replica of a database by creating an item in
14-
the `replicaSources` section of the [Redis Enterprise database specification](https://github.com/RedisLabs/redis-enterprise-k8s-docs/blob/master/redis_enterprise_database_api.md#redisenterprisedatabasespec). The value of
15-
`replicaSourceType` must be 'SECRET'; `replicaSourceName`
16-
must be the name of a secret that contains the replica source url.
14+
the [`replicaSources`](/operate/kubernetes/reference/redis_enterprise_database_api#specreplicasources) section of the RedisEnterpriseDatabase (REDB) custom resource.
1715

18-
A secret must be created using a `stringData` section containing the replica source URI as follows:
16+
A secret must be created with the `stringData` section containing the replica source URI as follows:
17+
18+
Create a secret with the replica source URI listed in the `stringData` field as follows:
1919

2020
```yaml
2121
apiVersion: v1
2222
kind: Secret
2323
metadata:
2424
name: my-replica-source
2525
stringData:
26-
uri: replica-source-uri-goes-here
26+
uri: <replica-source-uri-goes-here>
2727
```
2828
2929
The replica source URL can be retrieved by going to "UI > database > configuration > Press the button Get Replica of source URL"

0 commit comments

Comments
 (0)