diff --git a/docs/toml.md b/docs/toml.md index 5c42d67b9..bdcd0cd01 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -1332,7 +1332,7 @@ Træfik can be configured to use Kubernetes Ingress as a backend configuration: # Array of namespaces to watch. # # Optional -# Default: ["default"]. +# Default: all namespaces (empty array). # # namespaces = ["default", "production"] diff --git a/traefik.sample.toml b/traefik.sample.toml index fa58eaeea..07d0c6b7e 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -861,7 +861,7 @@ # Array of namespaces to watch. # # Optional -# Default: ["default"]. +# Default: all namespaces (empty array). # # namespaces = ["default"]