From 7d66c77f9cb809a43d3f427c868013bf361b133b Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Thu, 21 Jul 2022 17:11:07 -0500 Subject: [PATCH] fix tabs --- website/content/docs/api-gateway/install.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index a8b4ed2a3e..aca8ad6f08 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -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 ``` -helm> + - + 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