mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-14 20:56:42 +00:00
fix hook issue
This commit is contained in:
parent
b984db0a16
commit
0e5cb851e6
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
Reference in a new issue