Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx

docs-cluster-peering-technical-preview
Jeff Boruszak 2 years ago committed by GitHub
parent 92d655e83d
commit 811674d526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ Before you can call services from peered clusters, you must set service intentio
First, create a configuration entry and specify the `Kind` as `“service-intentions”`. Declare the service on "cluster-02" that can access the service in "cluster-01." The following example sets service intentions so that "backend-service" can access "frontend-service."
<CodeBlockConfig filename="peering-intentions.hcl">
<CodeBlockConfig filename="peering-intentions.hcl" highlight="1" hideClipboard>
```shell-session
Kind = "service-intentions"

Loading…
Cancel
Save