mirror of https://github.com/hashicorp/consul
fixed indentation on install page
parent
faee67e35b
commit
c6eae6858c
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue