Skip to content

Commit

Permalink
fix incorrectly formated yaml file in data_jobs/kubernetes.md (#23092)
Browse files Browse the repository at this point in the history
* fix incorrectly formated yaml file in data_jobs/kubernetes.md

* reformat again to remove extra space

* update content/en/data_jobs/kubernetes.md
  • Loading branch information
yiliangzhou authored May 9, 2024
1 parent 619f212 commit 79ec3ec
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions content/en/data_jobs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ You can install the Datadog Agent using the [Datadog Operator][3] or [Helm][4].
metadata:
name: datadog
spec:
features:
apm:
enabled: true
hostPortConfig:
enabled: true
hostPort: 8126
admissionController:
enabled: true
mutateUnlabelled: false
features:
apm:
enabled: true
hostPortConfig:
enabled: true
hostPort: 8126
admissionController:
enabled: true
mutateUnlabelled: false
global:
tags:
- 'data_workload_monitoring_trial:true'
Expand Down

0 comments on commit 79ec3ec

Please sign in to comment.