From 15b5142bca3d0c624ed8a141a16d7f6c0e20069d Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Mon, 15 Jun 2020 14:15:33 -0600 Subject: [PATCH] docs: Fix ingress dns entry (#8072) --- website/pages/docs/agent/config-entries/ingress-gateway.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/agent/config-entries/ingress-gateway.mdx b/website/pages/docs/agent/config-entries/ingress-gateway.mdx index 04a433da7a..0d965903eb 100644 --- a/website/pages/docs/agent/config-entries/ingress-gateway.mdx +++ b/website/pages/docs/agent/config-entries/ingress-gateway.mdx @@ -35,7 +35,7 @@ description: >- [protocol](/docs/agent/config-entries/ingress-gateway#protocol) as the listener will be routable. - The ingress gateway will route traffic based on the host/authority header, - expecting a value matching `.*`, or if using namespaces, + expecting a value matching `.ingress.*`, or if using namespaces, `.ingress..*`. A wildcard specifier cannot be set on a listener of protocol `tcp`.