Clarify install config watchNamespace watches only one namespace

This commit is contained in:
parkerfath
2026-04-13 06:14:05 -07:00
committed by GitHub
parent e3db821484
commit 85b9b6903e
@@ -39,7 +39,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
### IngressClass Selection Logic