Просмотр исходного кода

Merge branch 'develop' into sean/cloud-cost-test

Sean Holcomb 2 лет назад
Родитель
Сommit
d1d5bc01b2
1 измененных файлов с 2 добавлено и 5 удалено
  1. 2 5
      pkg/cloud/azure/azurestorageintegration.go

+ 2 - 5
pkg/cloud/azure/azurestorageintegration.go

@@ -67,11 +67,8 @@ func (asi *AzureStorageIntegration) GetCloudCost(start, end time.Time) (*kubecos
 			},
 		}
 
-		// Check if Item
-		if abv.IsCompute(cc.Properties.Category) {
-			// TODO: Will need to split VMSS for other features
-			ccsr.LoadCloudCost(cc)
-		}
+		ccsr.LoadCloudCost(cc)
+
 		return nil
 	})
 	if err != nil {