Skip to content

Commit

Permalink
Update ingress-gateways.mdx (#16330)
Browse files Browse the repository at this point in the history
* Update ingress-gateways.mdx

Added an example of running the HELM install for the ingress gateways using values.yaml

* Apply suggestions from code review

* Update ingress-gateways.mdx

Adds closing back ticks on example command. The suggesting UI strips them out.

---------

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
  • Loading branch information
amitchahalgits and trujillo-adam authored Feb 28, 2023
1 parent afbc566 commit 3cbbd63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/content/docs/k8s/connect/ingress-gateways.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3cbbd63

Please sign in to comment.