fixing some syntax errors that didn't appear locally
This commit is contained in:
parent
806d31da23
commit
101069fcce
|
@ -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
|
||||
...
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue