Skip to content

Commit 7fb78c4

Browse files
committed
Doc fixes
1 parent 46642d2 commit 7fb78c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Manual/Deployment/Kubernetes/DeploymentReplicationResource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metadata:
3939
name: "replication-from-a-to-b"
4040
spec:
4141
source:
42-
endpoint: ["https://163.172.149.229:31888", "https://51.15.225.110:31888", "https://51.15.229.133:31888"]
42+
masterEndpoint: ["https://163.172.149.229:31888", "https://51.15.225.110:31888", "https://51.15.229.133:31888"]
4343
auth:
4444
keyfileSecretName: cluster-a-sync-auth
4545
tls:
@@ -67,7 +67,7 @@ with sync enabled.
6767

6868
This cluster configured as the replication source.
6969

70-
### `spec.source.endpoint: []string`
70+
### `spec.source.masterEndpoint: []string`
7171

7272
This setting specifies zero or more master endpoint URL's of the source cluster.
7373

@@ -108,7 +108,7 @@ with sync enabled.
108108

109109
This cluster configured as the replication destination.
110110

111-
### `spec.destination.endpoint: []string`
111+
### `spec.destination.masterEndpoint: []string`
112112

113113
This setting specifies zero or more master endpoint URL's of the destination cluster.
114114

0 commit comments

Comments
 (0)