diff --git a/website/content/docs/api-gateway/install.mdx b/website/content/docs/api-gateway/install.mdx index d9aedfe35..223770c99 100644 --- a/website/content/docs/api-gateway/install.mdx +++ b/website/content/docs/api-gateway/install.mdx @@ -51,11 +51,14 @@ $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd? +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 install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul ```