Update website/content/docs/api-gateway/install.mdx

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
This commit is contained in:
sarahalsmiller 2022-08-02 10:55:44 -05:00 committed by GitHub
parent 9b07bf91f8
commit ef276ffd15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -51,11 +51,14 @@ $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?
<Tabs> <Tabs>
<Tab heading="Helm"> <Tab heading="Helm">
Add the HashiCorp Helm repository.
```shell-session ```shell-session
$ helm repo add hashicorp https://helm.releases.hashicorp.com $ 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 ```shell-session
$ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul $ helm install consul hashicorp/consul --version 0.45.0 --values values.yaml --create-namespace --namespace consul
``` ```