mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
removed extra codeblock tic
This commit is contained in:
parent
0722e17e93
commit
faee67e35b
@ -76,11 +76,11 @@ The Consul Helm only supports Helm 3. Install the latest version of the Helm CLI
|
||||
|
||||
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
|
||||
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 +104,7 @@ connectInject:
|
||||
enabled: true
|
||||
controller:
|
||||
enabled: true
|
||||
````
|
||||
```
|
||||
|
||||
</CodeBlockConfig>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user