mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
docs: amend the documentation of core.labelSources option
This commit is contained in:
parent
32e4271966
commit
f00be091e3
1 changed files with 3 additions and 2 deletions
|
@ -48,7 +48,8 @@ core:
|
|||
`core.labelSources` specifies the list of enabled label sources. A special
|
||||
value `all` enables all sources.
|
||||
|
||||
Note: Overridden by the `-label-sources` command line flag (if specified).
|
||||
Note: Overridden by the `-label-sources` and `-sources` command line flags and
|
||||
the `core.sources` configurations option (if any of them is specified).
|
||||
|
||||
Default: `[all]`
|
||||
|
||||
|
@ -56,7 +57,7 @@ Example:
|
|||
|
||||
```yaml
|
||||
core:
|
||||
sources:
|
||||
labelSources:
|
||||
- system
|
||||
- custom
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue