This commit is contained in:
Sarah Alsmiller 2022-07-21 17:11:07 -05:00
parent 0107e80bed
commit c76be552bc
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com
```shell-session
$ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
```
</Tab>helm>
</Tab>
<Tab heading="Consul K8s CLI (Mac Only)"></Tab>
<Tab heading="Consul K8s CLI (Mac Only)">
Note: You can review the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to learn more about additional settings.
```shell-session