mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
docs: fix typos
This commit is contained in:
parent
da64884d02
commit
4d56ffae8f
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ nfd-master -crd-controller=false
|
|||
### -label-whitelist
|
||||
|
||||
The `-label-whitelist` specifies a regular expression for filtering feature
|
||||
labels based on their name. Each label must match against the given reqular
|
||||
labels based on their name. Each label must match against the given regular
|
||||
expression in order to be published.
|
||||
|
||||
> **NOTE:** The regular expression is only matches against the "basename" part
|
||||
|
|
|
@ -132,7 +132,7 @@ enableTaints: true
|
|||
|
||||
## labelWhiteList
|
||||
`labelWhiteList` specifies a regular expression for filtering feature
|
||||
labels based on their name. Each label must match against the given reqular
|
||||
labels based on their name. Each label must match against the given regular
|
||||
expression in order to be published.
|
||||
|
||||
> ** NOTE:** The regular expression is only matches against the "basename" part
|
||||
|
|
Loading…
Reference in a new issue