diff --git a/examples/datadog/main.tf b/examples/datadog/main.tf index 74d1d96..c2f6c3e 100644 --- a/examples/datadog/main.tf +++ b/examples/datadog/main.tf @@ -130,5 +130,10 @@ module "datadog" { environment = "sandbox" product_name = "dai" + datadog_agent_helm_values = [{ + name = "override.clusterAgent.replicas", + value = 3 + }] + depends_on = [module.k8s_platform] } diff --git a/modules/datadog/main.tf b/modules/datadog/main.tf index 31723ac..efbcb03 100644 --- a/modules/datadog/main.tf +++ b/modules/datadog/main.tf @@ -127,8 +127,6 @@ resource "helm_release" "datadog_agent" { appSecret: secretName: datadog-keys keyName: app-key - agent: - properties: features: apm: enabled: true