mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +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)
|
klog.Warningf("parseTags: error when parsing key-value pair %s-%s, would ignore this one", k, v)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
formatted[k] = to.StringPtr(v)
|
formatted[strings.ToLower(k)] = to.StringPtr(v)
|
||||||
}
|
}
|
||||||
return formatted
|
return formatted
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user