Skip to content

Commit afa021e

Browse files
authored
[CONTP-675] Enable autoscaling in cluster-agent for k8s test (#1672)
1 parent 35566b1 commit afa021e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

components/datadog/agent/kubernetes_helm.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ func buildLinuxHelmValues(baseName, agentImagePath, agentImageTag, clusterAgentI
386386
"value": pulumi.String("*"),
387387
},
388388
},
389+
"autoscaling": pulumi.Map{
390+
"workload": pulumi.Map{
391+
"enabled": pulumi.Bool(true),
392+
},
393+
},
389394
},
390395
"agents": pulumi.Map{
391396
"image": pulumi.Map{

0 commit comments

Comments
 (0)