Fix docs about default namespaces.

This commit is contained in:
Timo Reimann 2017-08-18 19:18:02 +02:00 committed by Traefiker
parent b80ecd51a7
commit 0367034f93
2 changed files with 2 additions and 2 deletions

View file

@ -1332,7 +1332,7 @@ Træfik can be configured to use Kubernetes Ingress as a backend configuration:
# Array of namespaces to watch. # Array of namespaces to watch.
# #
# Optional # Optional
# Default: ["default"]. # Default: all namespaces (empty array).
# #
# namespaces = ["default", "production"] # namespaces = ["default", "production"]

View file

@ -861,7 +861,7 @@
# Array of namespaces to watch. # Array of namespaces to watch.
# #
# Optional # Optional
# Default: ["default"]. # Default: all namespaces (empty array).
# #
# namespaces = ["default"] # namespaces = ["default"]