Fix docs about default namespaces.
This commit is contained in:
parent
b80ecd51a7
commit
0367034f93
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -861,7 +861,7 @@
|
|||
# Array of namespaces to watch.
|
||||
#
|
||||
# Optional
|
||||
# Default: ["default"].
|
||||
# Default: all namespaces (empty array).
|
||||
#
|
||||
# namespaces = ["default"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue