From e9c67f8cb78f5dcfce41e426ca22a1b0a70cabce Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Thu, 21 Jul 2022 17:21:22 -0500 Subject: [PATCH] fix tabs --- website/content/docs/api-gateway/install.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index aca8ad6f0..e773d392b 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -50,6 +50,7 @@ $ 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. + ```shell-session @@ -76,7 +77,10 @@ $ brew install hashicorp/tap/consul-k8s $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2 ``` + + +