From af18363f542fd7b4826fc063a0e19b25e5a7de5a Mon Sep 17 00:00:00 2001 From: Julia-elsammak <109159652+Julia-elsammak@users.noreply.github.com> Date: Mon, 20 Nov 2023 16:38:13 -0500 Subject: [PATCH] Update integrations_autodiscovery.md (#985) * Update integrations_autodiscovery.md Noticed a mismatched https://a.cl.ly/qGuYnRqn * Update integrations_autodiscovery.md Updated the configuration to match the graph title "Use the spec.override.nodeAgent.extraConfd.configDataMap" -> "Use the spec.override.clusterAgent.extraConfd.configDataMap" apiVersion: datadoghq.com/v2alpha1 kind: DatadogAgent metadata: name: datadog spec: global: credentials: apiKey: "" appKey: "" override: nodeAgent: extraConfd: configDataMap: http_check.yaml: |- init_config: instances: - url: "http://%%host%%" name: "My service" --- docs/integrations_autodiscovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations_autodiscovery.md b/docs/integrations_autodiscovery.md index 6426462fb..c2d424bd1 100644 --- a/docs/integrations_autodiscovery.md +++ b/docs/integrations_autodiscovery.md @@ -17,7 +17,7 @@ spec: apiKey: "" appKey: "" override: - clusterAgent: + nodeAgent: extraConfd: configDataMap: http_check.yaml: |-