Skip to content

Commit 72e0d87

Browse files
authored
Fix customMetrics issue (#222)
1 parent 4517913 commit 72e0d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/eks-monitoring/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ module "helm_addon" {
138138
value = var.enable_custom_metrics
139139
},
140140
{
141-
name = "custom_metrics"
141+
name = "customMetrics"
142142
value = yamlencode(var.custom_metrics_config)
143143
},
144144
{

0 commit comments

Comments
 (0)