mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix flake test TestEnsurePIPTagged
This commit is contained in:
parent
2a88664ecc
commit
642406d53a
@ -135,7 +135,7 @@ func parseTags(tags string) map[string]*string {
|
||||
klog.Warningf("parseTags: error when parsing key-value pair %s-%s, would ignore this one", k, v)
|
||||
continue
|
||||
}
|
||||
formatted[k] = to.StringPtr(v)
|
||||
formatted[strings.ToLower(k)] = to.StringPtr(v)
|
||||
}
|
||||
return formatted
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user