removed extra codeblock tic
This commit is contained in:
parent
13d48eb064
commit
4c427b5d9d
|
@ -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…
Reference in New Issue