mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
docs: add indent to code block config tab to align with other branches (#13573)
This commit is contained in:
parent
20ecf0febd
commit
4d9922c1e4
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user