diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index dfae0bef2..9fa9aa07e 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`: