From 2cc678d388953c4f1d555a792d5c10f994704f3a Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Fri, 17 Sep 2021 09:31:19 -0700 Subject: [PATCH] fixing some syntax errors that didn't appear locally --- website/content/docs/k8s/installation/install.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index 859e752e10..28d5b56d35 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -69,15 +69,15 @@ 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 + $ 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 +$ helm install consul hashicorp/consul --set global.name=consul NAME: consul ... ```