fixing some syntax errors that didn't appear locally

This commit is contained in:
trujillo-adam 2021-09-17 09:31:19 -07:00
parent 806d31da23
commit 101069fcce
1 changed files with 4 additions and 4 deletions

View File

@ -69,15 +69,15 @@ The Consul Helm only supports Helm 3. Install the latest version of the Helm CLI
1. Verify that you have access to the consul chart:
```shell-session
$ helm search repo hashicorp/consul
NAME CHART VERSION APP VERSION DESCRIPTION
hashicorp/consul 0.32.0 1.10.0 Official HashiCorp Consul Chart
$ helm search repo hashicorp/consul
NAME CHART VERSION APP VERSION DESCRIPTION
hashicorp/consul 0.32.0 1.10.0 Official HashiCorp Consul Chart
```
1. Issue the following command to install Consul with the default configuration using Helm 3:
````shell-session
$ helm install consul hashicorp/consul --set global.name=consul
$ helm install consul hashicorp/consul --set global.name=consul
NAME: consul
...
```