From 8eb4d34294de3234e236a09cd9fc6f78da990c93 Mon Sep 17 00:00:00 2001 From: parkerfath <51274393+parkerfath@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:14:09 -0700 Subject: [PATCH] Clarify doc: NGINX Ingress watchNamespace watches only one namespace --- .../reference/routing-configuration/kubernetes/ingress-nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/routing-configuration/kubernetes/ingress-nginx.md b/docs/content/reference/routing-configuration/kubernetes/ingress-nginx.md index 4db0bf797c..2755cf775b 100644 --- a/docs/content/reference/routing-configuration/kubernetes/ingress-nginx.md +++ b/docs/content/reference/routing-configuration/kubernetes/ingress-nginx.md @@ -24,7 +24,7 @@ This provider discovers all Ingresses in the cluster by default, which may lead **Best Practices:** - Use IngressClass to specify which Ingresses should be handled by this provider -- Configure `watchNamespace` to limit discovery to specific namespaces +- Configure `watchNamespace` to limit discovery to a single namespace - Use `watchNamespaceSelector` to target Ingresses based on namespace labels ## Routing Configuration