diff --git a/website/content/docs/k8s/connect/ingress-gateways.mdx b/website/content/docs/k8s/connect/ingress-gateways.mdx index 54c561c3d7..1b042a4e38 100644 --- a/website/content/docs/k8s/connect/ingress-gateways.mdx +++ b/website/content/docs/k8s/connect/ingress-gateways.mdx @@ -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.