mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 16:42:51 +00:00
@@ -65,7 +65,7 @@ func (rmF *Factory) NewResMapFromBytes(b []byte) (ResMap, error) {
|
|||||||
for _, res := range resources {
|
for _, res := range resources {
|
||||||
id := res.Id()
|
id := res.Id()
|
||||||
if _, found := result[id]; found {
|
if _, found := result[id]; found {
|
||||||
return result, fmt.Errorf("GroupVersionKindName: %#v already exists b the map", id)
|
return result, fmt.Errorf("GroupVersionKindName: %#v already exists in the map", id)
|
||||||
}
|
}
|
||||||
result[id] = res
|
result[id] = res
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user