fixed indentation on install page

This commit is contained in:
trujillo-adam 2021-09-20 10:25:06 -07:00
parent 4c427b5d9d
commit 2209a3b075
1 changed files with 13 additions and 11 deletions

View File

@ -68,19 +68,21 @@ The Consul Helm only supports Helm 3. Install the latest version of the Helm CLI
1. Verify that you have access to the consul chart: 1. Verify that you have access to the consul chart:
```shell-session ```shell-session
$ helm search repo hashicorp/consul $ helm search repo hashicorp/consul
NAME CHART VERSION APP VERSION DESCRIPTION NAME CHART VERSION APP VERSION DESCRIPTION
hashicorp/consul 0.32.0 1.10.0 Official HashiCorp Consul Chart hashicorp/consul 0.32.0 1.10.0 Official HashiCorp Consul Chart
``` ```
1. Issue the following command to install Consul with the default configuration using Helm 3: 1. Issue the following command to install Consul with the default configuration using Helm 3:
```shell-session ```shell-session
$ helm install consul hashicorp/consul --set global.name=consul $ helm install consul hashicorp/consul --set global.name=consul
NAME: consul NAME: consul
... ...
``` ```
````
The Helm chart does everything to set up a recommended Consul-on-Kubernetes deployment. The Helm chart does everything to set up a recommended Consul-on-Kubernetes deployment.
After installation, a Consul cluster will be formed, a leader will be elected, and every node will have a running Consul agent. After installation, a Consul cluster will be formed, a leader will be elected, and every node will have a running Consul agent.
@ -104,7 +106,7 @@ connectInject:
enabled: true enabled: true
controller: controller:
enabled: true enabled: true
``` ````
</CodeBlockConfig> </CodeBlockConfig>