1
0
Fork 0
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:
Markus Lehtonen 2023-12-01 15:53:19 +02:00
parent da64884d02
commit 4d56ffae8f
2 changed files with 2 additions and 2 deletions

View file

@ -243,7 +243,7 @@ nfd-master -crd-controller=false
### -label-whitelist ### -label-whitelist
The `-label-whitelist` specifies a regular expression for filtering feature 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. expression in order to be published.
> **NOTE:** The regular expression is only matches against the "basename" part > **NOTE:** The regular expression is only matches against the "basename" part

View file

@ -132,7 +132,7 @@ enableTaints: true
## labelWhiteList ## labelWhiteList
`labelWhiteList` specifies a regular expression for filtering feature `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. expression in order to be published.
> ** NOTE:** The regular expression is only matches against the "basename" part > ** NOTE:** The regular expression is only matches against the "basename" part