Skip to content

Commit

Permalink
Fix customMetrics issue (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktibi authored Aug 23, 2023
1 parent 4517913 commit 72e0d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks-monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module "helm_addon" {
value = var.enable_custom_metrics
},
{
name = "custom_metrics"
name = "customMetrics"
value = yamlencode(var.custom_metrics_config)
},
{
Expand Down

0 comments on commit 72e0d87

Please sign in to comment.