Fix wording of default behavior for namespaces option
This commit is contained in:
parent
5a706296f2
commit
146991efda
3 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ providers:
|
||||||
_Optional, Default: []_
|
_Optional, Default: []_
|
||||||
|
|
||||||
Array of namespaces to watch.
|
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)"
|
```yaml tab="File (YAML)"
|
||||||
providers:
|
providers:
|
||||||
|
|
|
@ -193,7 +193,7 @@ providers:
|
||||||
_Optional, Default: []_
|
_Optional, Default: []_
|
||||||
|
|
||||||
Array of namespaces to watch.
|
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)"
|
```yaml tab="File (YAML)"
|
||||||
providers:
|
providers:
|
||||||
|
|
|
@ -201,7 +201,7 @@ providers:
|
||||||
_Optional, Default: []_
|
_Optional, Default: []_
|
||||||
|
|
||||||
Array of namespaces to watch.
|
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)"
|
```yaml tab="File (YAML)"
|
||||||
providers:
|
providers:
|
||||||
|
|
Loading…
Reference in a new issue