Skip to content

Commit d24a941

Browse files
authored
[COST-4682] fix "Infastructure" typo (#4936)
1 parent 884bcce commit d24a941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

koku/masu/database/sql/openshift/cost_model/default_infrastructure_tag_rates.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SELECT uuid_generate_v4() as uuid,
5151
THEN coalesce(({{rate}}::numeric * usage), 0.0)
5252
ELSE 0.0
5353
END as cost_model_volume_cost,
54-
'Infastructure' as cost_model_rate_type,
54+
'Infrastructure' as cost_model_rate_type,
5555
{{labels_field | sqlsafe}},
5656
{{labels_field | sqlsafe}} as all_labels,
5757
'Tag' as monthly_cost_type, -- We are borrowing the monthly field here, although this is a daily usage cost

koku/masu/database/sql/openshift/cost_model/infrastructure_tag_rates.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SELECT uuid_generate_v4() as uuid,
5151
THEN coalesce(({{rate}}::numeric * usage), 0.0)
5252
ELSE 0.0
5353
END as cost_model_volume_cost,
54-
'Infastructure' as cost_model_rate_type,
54+
'Infrastructure' as cost_model_rate_type,
5555
{{k_v_pair}}::jsonb as {{labels_field | sqlsafe}},
5656
{{k_v_pair}}::jsonb as all_labels,
5757
'Tag' as monthly_cost_type, -- We are borrowing the monthly field here, although this is a daily usage cost

0 commit comments

Comments
 (0)