From d4d62a566744333e8a697b01d81bda014bab9052 Mon Sep 17 00:00:00 2001 From: sridhar <47156711+srikrishmurthy@users.noreply.github.com> Date: Wed, 21 Jul 2021 16:18:40 -0700 Subject: [PATCH] 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 --- website/content/docs/k8s/connect/ingress-gateways.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index dfae0bef24..9fa9aa07ef 100644 --- a/website/content/docs/k8s/connect/ingress-gateways.mdx +++ b/website/content/docs/k8s/connect/ingress-gateways.mdx @@ -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`: