Update website/content/docs/k8s/connect/ingress-gateways.mdx

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
sridhar 2021-08-17 16:32:35 -07:00 committed by GitHub
parent 8b4672f644
commit cf66becabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ spec:
``` ```
~> **Note:** The 'name' field for the IngressGateway resource must match the name ~> **Note:** The 'name' field for the IngressGateway resource must match the name
specified when creating the gateway in the Helm chart. In the above example, the specified when creating the gateway in the Helm chart. In the above example, the
name "ingress-gateway" is the [default name](https://www.consul.io/docs/k8s/helm#v-ingressgateways-gateways-name) name "ingress-gateway" is the [default name](/docs/k8s/helm#v-ingressgateways-gateways-name)
used by the Helm chart when enabling ingress gateways. used by the Helm chart when enabling ingress gateways.
Apply the `IngressGateway` resource with `kubectl apply`: Apply the `IngressGateway` resource with `kubectl apply`: