docs: format API GW tab docs (#20707)

* Update install-k8s.mdx

* Update install-k8s.mdx
This commit is contained in:
David Yu 2024-02-22 15:21:49 -08:00 committed by GitHub
parent 235747d473
commit e72152465f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 34 deletions

View File

@ -95,7 +95,7 @@ $ brew install hashicorp/tap/consul-k8s
```
```shell-session
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.16.0
$ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.17.0
```
</Tab>
@ -110,7 +110,7 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com
Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file.
```shell-session
$ helm install consul hashicorp/consul --version 1.2.0 --values values.yaml --create-namespace --namespace consul
$ helm install consul hashicorp/consul --version 1.3.0 --values values.yaml --create-namespace --namespace consul
```
</Tab>