From 0367034f930849db64eca71b0255c7e6aa67e7d3 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Fri, 18 Aug 2017 19:18:02 +0200 Subject: [PATCH] Fix docs about default namespaces. --- docs/toml.md | 2 +- traefik.sample.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]