Răsfoiți Sursa

make this a literal 1-liner for most minimal set of changes

Ajay Tripathy 5 ani în urmă
părinte
comite
856d68784c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -1008,7 +1008,7 @@ func (aws *AWS) createNode(terms *AWSProductTerms, usageType string, k Key) (*No
 			GPU:          terms.GPU,
 			GPU:          terms.GPU,
 			RAMCost:      aws.BaseSpotRAMPrice,
 			RAMCost:      aws.BaseSpotRAMPrice,
 			Storage:      terms.Storage,
 			Storage:      terms.Storage,
-			BaseCPUPrice: aws.BaseSpotCPUPrice,
+			BaseCPUPrice: aws.BaseCPUPrice,
 			BaseRAMPrice: aws.BaseRAMPrice,
 			BaseRAMPrice: aws.BaseRAMPrice,
 			BaseGPUPrice: aws.BaseGPUPrice,
 			BaseGPUPrice: aws.BaseGPUPrice,
 			UsageType:    PreemptibleType,
 			UsageType:    PreemptibleType,