mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Fix code example
This commit is contained in:
parent
436bc8f3e3
commit
e12a13d277
@ -108,7 +108,7 @@ First, create a configuration entry and specify the `Kind` as `"exported-service
|
||||
|
||||
```hcl
|
||||
Kind = "exported-services"
|
||||
|
||||
Name = "default"
|
||||
Services = [
|
||||
{
|
||||
## The name and namespace of the service to export.
|
||||
@ -120,10 +120,11 @@ Services = [
|
||||
{
|
||||
## The peer name to reference in config is the one set
|
||||
## during the peering process.
|
||||
Peer = "cluster-02"
|
||||
PeerName = "cluster-02"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
</CodeBlockConfig>
|
||||
|
Loading…
x
Reference in New Issue
Block a user