|
@@ -2555,8 +2555,7 @@ func (cm *CostModel) QueryAllocation(window kubecost.Window, resolution, step ti
|
|
|
|
|
|
|
|
if totals == nil {
|
|
if totals == nil {
|
|
|
log.Errorf("unable to locate asset totals for allocation %s", key)
|
|
log.Errorf("unable to locate asset totals for allocation %s", key)
|
|
|
- return nil, fmt.Errorf("unable to locate allocation totals for allocation")
|
|
|
|
|
-
|
|
|
|
|
|
|
+ continue
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
parc.CPUTotalCost = totals.CPUCost
|
|
parc.CPUTotalCost = totals.CPUCost
|