Skip to content

Commit

Permalink
remove two old host tags (#25782)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboitreaud authored and theraffoul committed Nov 25, 2024
1 parent 76ca76f commit 4dac7cf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions content/en/data_jobs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ You can install the Datadog Agent using the [Datadog Operator][3] or [Helm][4].
enabled: true
mutateUnlabelled: false
global:
tags:
- 'data_workload_monitoring_trial:true'
site: <DATADOG_SITE>
credentials:
apiSecret:
Expand All @@ -74,9 +72,6 @@ You can install the Datadog Agent using the [Datadog Operator][3] or [Helm][4].
nodeAgent:
image:
tag: <DATADOG_AGENT_VERSION>
env:
- name: DD_DJM_CONFIG_ENABLED
value: "true"
```
Replace `<DATADOG_SITE>` with your [Datadog site][5]. Your site is {{< region-param key="dd_site" code="true" >}}. (Ensure the correct SITE is selected on the right).

Expand Down Expand Up @@ -109,11 +104,6 @@ You can install the Datadog Agent using the [Datadog Operator][3] or [Helm][4].
apm:
portEnabled: true
port: 8126
tags:
- 'data_workload_monitoring_trial:true'
env:
- name: DD_DJM_CONFIG_ENABLED
value: "true"
agents:
image:
Expand Down

0 comments on commit 4dac7cf

Please sign in to comment.