1
0
Fork 0
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:
Markus Lehtonen 2021-12-02 10:22:40 +02:00
parent 32e4271966
commit f00be091e3

View file

@ -48,7 +48,8 @@ core:
`core.labelSources` specifies the list of enabled label sources. A special `core.labelSources` specifies the list of enabled label sources. A special
value `all` enables all sources. 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]` Default: `[all]`
@ -56,7 +57,7 @@ Example:
```yaml ```yaml
core: core:
sources: labelSources:
- system - system
- custom - custom
``` ```