Skip to content

Commit

Permalink
use node_type instead of instance_size (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
D-B-Hawk authored Nov 20, 2023
1 parent f44bd6d commit e12b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/mapClustersFromRaw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export const mapClusterFromRaw = (cluster: ClusterResponse) => {
cloudRegion: curVal.cloud_region,
cloudProvider: curVal.cloud_provider as InstallationType,
dnsProvider: curVal.dns_provider,
instanceSize: curVal.instance_size,
nodeCount: curVal.node_count,
instanceSize: curVal.node_type,
creationDate: curVal.creation_timestamp,
environment: {
id: curVal.environment?._id ?? '',
Expand Down

0 comments on commit e12b5eb

Please sign in to comment.