removed extra codeblock tic

This commit is contained in:
trujillo-adam 2021-09-20 10:19:27 -07:00
parent 13d48eb064
commit 4c427b5d9d
1 changed files with 3 additions and 3 deletions

View File

@ -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>