From c6eae6858c4af6d408600798da67969458f74704 Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Mon, 20 Sep 2021 10:25:06 -0700 Subject: [PATCH] fixed indentation on install page --- .../content/docs/k8s/installation/install.mdx | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index 4f9d2083c6..9afe1dd035 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -68,19 +68,21 @@ The Consul Helm only supports Helm 3. Install the latest version of the Helm CLI 1. Verify that you have access to the consul chart: -```shell-session - $ helm search repo hashicorp/consul - NAME CHART VERSION APP VERSION DESCRIPTION - hashicorp/consul 0.32.0 1.10.0 Official HashiCorp Consul Chart -``` + ```shell-session + $ helm search repo hashicorp/consul + NAME CHART VERSION APP VERSION DESCRIPTION + hashicorp/consul 0.32.0 1.10.0 Official HashiCorp Consul Chart + ``` 1. Issue the following command to install Consul with the default configuration using Helm 3: -```shell-session -$ helm install consul hashicorp/consul --set global.name=consul - NAME: consul - ... -``` + ```shell-session + $ helm install consul hashicorp/consul --set global.name=consul + NAME: consul + ... + ``` + +```` The Helm chart does everything to set up a recommended Consul-on-Kubernetes deployment. After installation, a Consul cluster will be formed, a leader will be elected, and every node will have a running Consul agent. @@ -104,7 +106,7 @@ connectInject: enabled: true controller: enabled: true -``` +````