Update ingress-gateways.mdx

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-07-21 16:18:40 -07:00 committed by GitHub
parent c9c80b5ef6
commit 321e20af13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ spec:
services:
- name: static-server
```
~> **Note:** The value in the 'name' field for ingressgateway must match the name used in the helm chart. For example, in the above YAML, the name ingress-gateway" is the same name used in the helm chart YAML configuration.
Apply the `IngressGateway` resource with `kubectl apply`: