revert indent

This commit is contained in:
Sarah Alsmiller 2022-08-08 09:33:22 -05:00
parent 06c3ec4e0e
commit 8346650962
1 changed files with 3 additions and 3 deletions

View File

@ -54,15 +54,15 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re
~> **Note:** Refer to the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to find additional settings.
```shell-session
$ brew tap hashicorp/tap
$ brew tap hashicorp/tap
```
```shell-session
$ brew install hashicorp/tap/consul-k8s
$ brew install hashicorp/tap/consul-k8s
```
```shell-session
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2
```
</Tab>