Skip to content

Commit

Permalink
fix: remove invalid spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DCamma committed Oct 3, 2024
1 parent e10814f commit d0bef91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions examples/datadog/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
2 changes: 0 additions & 2 deletions modules/datadog/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ resource "helm_release" "datadog_agent" {
appSecret:
secretName: datadog-keys
keyName: app-key
agent:
properties:
features:
apm:
enabled: true
Expand Down

0 comments on commit d0bef91

Please sign in to comment.