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

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. To establish cluster peering through Kubernetes, deploy clusters with the following Helm values.
<CodeBlockConfig filename="values.yaml"> <CodeBlockConfig filename="values.yaml">
```yaml ```yaml
global: global:
image: "hashicorp/consul:1.13.0-alpha2" image: "hashicorp/consul:1.13.0-alpha2"
peering: peering:
enabled: true
connectInject:
enabled: true enabled: true
connectInject: meshGateway:
enabled: true enabled: true
meshGateway: replicas: 1
enabled: true ```
replicas: 1
```
</CodeBlockConfig> </CodeBlockConfig>
Install Consul on Kubernetes on each Kubernetes cluster by applying `values.yaml` using the Helm CLI. Install Consul on Kubernetes on each Kubernetes cluster by applying `values.yaml` using the Helm CLI.