Skip to content

Commit

Permalink
Remove dogstatsd standalone from stackConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Nov 18, 2024
1 parent 8cde434 commit 478de4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/new-e2e/tests/containers/eks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (suite *eksSuite) SetupSuite() {
"ddagent:deploy": auto.ConfigValue{Value: "true"},
"ddagent:fakeintake": auto.ConfigValue{Value: "true"},
"ddtestworkload:deploy": auto.ConfigValue{Value: "true"},
"dddogstatsd:deploy": auto.ConfigValue{Value: "true"},
"dddogstatsd:deploy": auto.ConfigValue{Value: "false"},
}

_, stackOutput, err := infra.GetStackManager().GetStackNoDeleteOnFailure(ctx, "eks-cluster", eks.Run, infra.WithConfigMap(stackConfig))
Expand Down
2 changes: 1 addition & 1 deletion test/new-e2e/tests/containers/kindvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func (suite *kindSuite) SetupSuite() {
"ddagent:deploy": auto.ConfigValue{Value: "true"},
"ddagent:fakeintake": auto.ConfigValue{Value: "true"},
"ddtestworkload:deploy": auto.ConfigValue{Value: "true"},
"dddogstatsd:deploy": auto.ConfigValue{Value: "true"},
"dddogstatsd:deploy": auto.ConfigValue{Value: "false"},
}

_, stackOutput, err := infra.GetStackManager().GetStackNoDeleteOnFailure(ctx, "kind-cluster", kindvm.Run, infra.WithConfigMap(stackConfig))
Expand Down

0 comments on commit 478de4f

Please sign in to comment.