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:
parent
c9c80b5ef6
commit
321e20af13
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue