Skip to content

Commit

Permalink
Update integrations_autodiscovery.md (#985)
Browse files Browse the repository at this point in the history
* 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: "<DATADOG_API_KEY>"
     appKey: "<DATADOG_APP_KEY>"
 override:
  nodeAgent:
    extraConfd:
      configDataMap:
        http_check.yaml: |-
          init_config:
          instances:
            - url: "http://%%host%%"
              name: "My service"
  • Loading branch information
Julia-elsammak authored Nov 20, 2023
1 parent bdd23f4 commit af18363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations_autodiscovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
apiKey: "<DATADOG_API_KEY>"
appKey: "<DATADOG_APP_KEY>"
override:
clusterAgent:
nodeAgent:
extraConfd:
configDataMap:
http_check.yaml: |-
Expand Down

0 comments on commit af18363

Please sign in to comment.