mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-04-24 21:27:12 +00:00
fix hook issue
This commit is contained in:
parent
890a029085
commit
12ee13dabb
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ func (s *localSource) Discover() error {
|
|||
if old, ok := labelsFromFiles[k]; ok {
|
||||
klog.InfoS("overriding label value", "labelKey", k, "oldValue", old, "newValue", v)
|
||||
}
|
||||
labelsFromHooks[k] = v
|
||||
labelsFromFiles[k] = v
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue