diff --git a/website/content/docs/k8s/installation/install.mdx b/website/content/docs/k8s/installation/install.mdx index 28d5b56d3..4f9d2083c 100644 --- a/website/content/docs/k8s/installation/install.mdx +++ b/website/content/docs/k8s/installation/install.mdx @@ -76,11 +76,11 @@ The Consul Helm only supports Helm 3. Install the latest version of the Helm CLI 1. Issue the following command to install Consul with the default configuration using Helm 3: -````shell-session +```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 +104,7 @@ connectInject: enabled: true controller: enabled: true -```` +```