removed extra codeblock tic

This commit is contained in:
trujillo-adam 2021-09-20 10:19:27 -07:00
parent 0722e17e93
commit faee67e35b

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>