mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
chore(nfd-worker): fix minor typo in wrong label value format error
Signed-off-by: Gyuho Lee <gyuho@lepton.ai>
This commit is contained in:
parent
7ae25167fe
commit
ed0418b81c
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ func getFeatureLabels(source source.LabelSource, labelWhiteList regexp.Regexp) (
|
|||
// Validate label value
|
||||
errs = validation.IsValidLabelValue(value)
|
||||
if len(errs) > 0 {
|
||||
klog.InfoS("ignoring label with invalide value", "labelKey", name, "labelValue", value, "errors", errs)
|
||||
klog.InfoS("ignoring label with invalid value", "labelKey", name, "labelValue", value, "errors", errs)
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue