Merge pull request #10673 from hashicorp/srikrishmurthy-patch-1

Updated a note in the ingress-gateway YAML that the ingress gateway name must match with what's configured in the helm chart
This commit is contained in:
sridhar 2021-08-25 17:35:00 -07:00 committed by GitHub
commit 0081443567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ spec:
services:
- name: static-server
```
~> **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
name "ingress-gateway" is the [default name](/docs/k8s/helm#v-ingressgateways-gateways-name)
used by the Helm chart when enabling ingress gateways.
</CodeBlockConfig>