diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index 1d2072ae3a..b971484ecc 100644 --- a/website/content/docs/k8s/connect/ingress-gateways.mdx +++ b/website/content/docs/k8s/connect/ingress-gateways.mdx @@ -62,6 +62,12 @@ Ensure you have the latest consul-helm chart and install Consul via helm using t [guide](/consul/docs/k8s/installation/install#installing-consul) while being sure to provide the yaml configuration as previously discussed. +The following example installs Consul 1.0.4 using the `values.yaml` configuration: + +```shell-session +$ helm install consul -f values.yaml hashicorp/consul --version 1.0.4 --wait --debug +``` + ## Configuring the gateway Now that Consul has been installed with ingress gateways enabled,