fixed indentation on install page

pull/11028/head
trujillo-adam 2021-09-20 10:25:06 -07:00
parent faee67e35b
commit c6eae6858c
1 changed files with 13 additions and 11 deletions

View File

@ -82,6 +82,8 @@ $ helm install consul hashicorp/consul --set global.name=consul
...
```
````
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.
@ -104,7 +106,7 @@ connectInject:
enabled: true
controller:
enabled: true
```
````
</CodeBlockConfig>