docs: add indent to code block config tab to align with other branches (#13573)

This commit is contained in:
David Yu 2022-06-23 08:38:36 -07:00 committed by GitHub
parent 20ecf0febd
commit 4d9922c1e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -31,21 +31,21 @@ You must implement the following requirements to create and use cluster peering
To establish cluster peering through Kubernetes, deploy clusters with the following Helm values.
<CodeBlockConfig filename="values.yaml">
<CodeBlockConfig filename="values.yaml">
```yaml
global:
image: "hashicorp/consul:1.13.0-alpha2"
peering:
```yaml
global:
image: "hashicorp/consul:1.13.0-alpha2"
peering:
enabled: true
connectInject:
enabled: true
connectInject:
enabled: true
meshGateway:
enabled: true
replicas: 1
```
meshGateway:
enabled: true
replicas: 1
```
</CodeBlockConfig>
</CodeBlockConfig>
Install Consul on Kubernetes on each Kubernetes cluster by applying `values.yaml` using the Helm CLI.