mirror of https://github.com/status-im/consul.git
fix tabs
This commit is contained in:
parent
596f421881
commit
2f8b0174b2
|
@ -50,7 +50,6 @@ $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?
|
||||||
1. Install Consul API Gateway using the standard Consul Helm chart or Consul K8s CLI specify the custom values file. Available versions of the [Consul Helm chart](https://github.com/hashicorp/consul-k8s/releases) can be found in GitHub releases.
|
1. Install Consul API Gateway using the standard Consul Helm chart or Consul K8s CLI specify the custom values file. Available versions of the [Consul Helm chart](https://github.com/hashicorp/consul-k8s/releases) can be found in GitHub releases.
|
||||||
|
|
||||||
<Tabs>
|
<Tabs>
|
||||||
|
|
||||||
<Tab heading="Helm">
|
<Tab heading="Helm">
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
|
@ -61,7 +60,6 @@ $ helm repo add hashicorp https://helm.releases.hashicorp.com
|
||||||
$ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
|
$ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
|
||||||
```
|
```
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|
||||||
<Tab heading="Consul K8s CLI (Mac Only)">
|
<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.
|
Note: You can review the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to learn more about additional settings.
|
||||||
|
|
||||||
|
@ -76,13 +74,13 @@ $ brew install hashicorp/tap/consul-k8s
|
||||||
```shell-session
|
```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>
|
</Tab>
|
||||||
|
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
****** KEEP ALL PAGE CONTENT ABOVE THIS LINE *******
|
****** KEEP ALL PAGE CONTENT ABOVE THIS LINE *******
|
||||||
Only Reference style links should be added below this comment
|
Only Reference style links should be added below this comment
|
||||||
--->
|
--->
|
||||||
|
[tech-specs]: /docs/api-gateway/tech-specs
|
||||||
[rel-notes]: /docs/release-notes
|
[rel-notes]: /docs/release-notes
|
||||||
|
|
Loading…
Reference in New Issue