From 146991efda67acbe9528faf233b26586a417b1bd Mon Sep 17 00:00:00 2001 From: Mark Ormesher Date: Mon, 1 Aug 2022 09:10:07 +0100 Subject: [PATCH] Fix wording of default behavior for namespaces option --- docs/content/providers/kubernetes-crd.md | 2 +- docs/content/providers/kubernetes-gateway.md | 2 +- docs/content/providers/kubernetes-ingress.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/providers/kubernetes-crd.md b/docs/content/providers/kubernetes-crd.md index fcbed3102..8b2a9894d 100644 --- a/docs/content/providers/kubernetes-crd.md +++ b/docs/content/providers/kubernetes-crd.md @@ -160,7 +160,7 @@ providers: _Optional, Default: []_ Array of namespaces to watch. -If left empty, watches all namespaces if the value of `namespaces`. +If left empty, Traefik watches all namespaces. ```yaml tab="File (YAML)" providers: diff --git a/docs/content/providers/kubernetes-gateway.md b/docs/content/providers/kubernetes-gateway.md index b6e411517..187586820 100644 --- a/docs/content/providers/kubernetes-gateway.md +++ b/docs/content/providers/kubernetes-gateway.md @@ -193,7 +193,7 @@ providers: _Optional, Default: []_ Array of namespaces to watch. -If left empty, watches all namespaces if the value of `namespaces`. +If left empty, Traefik watches all namespaces. ```yaml tab="File (YAML)" providers: diff --git a/docs/content/providers/kubernetes-ingress.md b/docs/content/providers/kubernetes-ingress.md index 955003517..51a771c4b 100644 --- a/docs/content/providers/kubernetes-ingress.md +++ b/docs/content/providers/kubernetes-ingress.md @@ -201,7 +201,7 @@ providers: _Optional, Default: []_ Array of namespaces to watch. -If left empty, watches all namespaces if the value of `namespaces`. +If left empty, Traefik watches all namespaces. ```yaml tab="File (YAML)" providers: