AjayTripathy 6 лет назад
Родитель
Сommit
22f78f63fd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -1206,7 +1206,7 @@ func (a *AWS) ExternalAllocations(start string, end string, aggregators []string
 	}
 	}
 
 
 	if customPricing.BillingDataDataset != "" && !crossCluster { // There is GCP data, meaning someone has tried to configure a GCP out-of-cluster allocation.
 	if customPricing.BillingDataDataset != "" && !crossCluster { // There is GCP data, meaning someone has tried to configure a GCP out-of-cluster allocation.
-		gcp, err := NewCrossClusterProvider("gcp", "aws.json", a.Clientset)
+		gcp, err := NewCrossClusterProvider("gcp", "gcp.json", a.Clientset)
 		if err != nil {
 		if err != nil {
 			klog.Infof("Could not instantiate cross-cluster provider %s", err.Error())
 			klog.Infof("Could not instantiate cross-cluster provider %s", err.Error())
 		}
 		}