From b9f70c0bf1a6db535663158ac943542900c3c757 Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Mon, 8 Aug 2022 10:16:24 -0500 Subject: [PATCH] fix identation --- website/content/docs/api-gateway/install.mdx | 38 ++++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index 45bd1e9c70..3d1a542ee8 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -29,7 +29,7 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re 1. Create a `values.yaml` file for your Consul API Gateway deployment by copying the following content and running it in the environment where you set the `VERSION` environment variable. The Consul Helm chart uses this `values.yaml` file to deploy the API Gateway. Available versions of the [Consul](https://hub.docker.com/r/hashicorp/consul/tags) and [Consul API Gateway](https://hub.docker.com/r/hashicorp/consul-api-gateway/tags) Docker images can be found on DockerHub, with additional context on version compatibility published in [GitHub releases](https://github.com/hashicorp/consul-api-gateway/releases). For more options to configure your Consul API Gateway deployment through the Helm chart, refer to [Helm Chart Configuration - apiGateway](https://www.consul.io/docs/k8s/helm#apigateway). - + ```shell cat < values.yaml @@ -51,33 +51,33 @@ Ensure that the environment you are deploying Consul API Gateway in meets the re - ~> **Note:** Refer to the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to find additional settings. + ~> **Note:** Refer to the official [Consul K8S CLI documentation](https://www.consul.io/docs/k8s/k8s-cli) to find additional settings. - ```shell-session - $ brew tap hashicorp/tap - ``` + ```shell-session + $ brew tap hashicorp/tap + ``` - ```shell-session - $ brew install hashicorp/tap/consul-k8s - ``` + ```shell-session + $ brew install hashicorp/tap/consul-k8s + ``` - ```shell-session - $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2 - ``` + ```shell-session + $ consul-k8s install -config-file=values.yaml -set global.image=hashicorp/consul:1.12.2 + ``` - Add the HashiCorp Helm repository. + Add the HashiCorp Helm repository. - ```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 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 + ```