diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index 3731e681e7..a3cae62004 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -68,17 +68,17 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re - Add the HashiCorp Helm repository. - ```shell-session - $ helm repo add hashicorp https://helm.releases.hashicorp.com - ``` + Add the HashiCorp Helm repository. - Install Consul with API Gateway on your Kubernetes cluster by specifying the `values.yaml` file. + ```shell-session + $ 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 0.45.0 --values values.yaml --create-namespace --namespace consul - ``` + ```shell-session + $ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul + ```