Skip to content

Commit 68d8813

Browse files
committed
Remove useless comment to not pollute the schema
1 parent 8e76a34 commit 68d8813

19 files changed

Lines changed: 11 additions & 256 deletions

pkg/config/schema/yaml/admission_controller.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ properties:
2222
default: false
2323
visibility: public
2424
description: Set to true to enable the admission controller in the cluster-agent.
25-
comment: Admission controller
2625
validation:
2726
node_type: section
2827
type: object
@@ -551,7 +550,6 @@ properties:
551550
node_type: setting
552551
type: string
553552
default: datadog/ingress-nginx-injection
554-
comment: ingress-nginx injection configuration
555553
init_run_as_group:
556554
node_type: setting
557555
type: integer
@@ -585,7 +583,6 @@ properties:
585583
node_type: setting
586584
type: string
587585
default: ghcr.io/datadog/dd-trace-go/service-extensions-callout
588-
comment: Processor mode and sidecar configuration
589586
image_tag:
590587
node_type: setting
591588
type: string

pkg/config/schema/yaml/agent_telemetry.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ properties:
5555
node_type: setting
5656
type: boolean
5757
default: true
58-
comment: Agent Telemetry
5958
errortracking:
6059
node_type: section
6160
type: object

pkg/config/schema/yaml/cluster_agent.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ properties:
1717
default: false
1818
visibility: public
1919
description: Set to true to enable the Cluster Agent.
20-
comment: Datadog cluster agent
2120
auth_token:
2221
node_type: setting
2322
type: string

pkg/config/schema/yaml/cluster_checks.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,8 @@ properties:
147147
node_type: setting
148148
type: boolean
149149
default: false
150-
comment: |-
151-
Cluster check Autodiscovery
152-
TODO(CINT)(Agent 7.53+) Remove this flag when hybrid ignore_ad_tags is fully deprecated
150+
comment: TODO(CINT)(Agent 7.53+) Remove this flag when hybrid ignore_ad_tags is
151+
fully deprecated
153152
unscheduled_check_threshold:
154153
node_type: setting
155154
type: integer

pkg/config/schema/yaml/compliance_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ properties:
1616
description: Set to true to enable Cloud Security Posture Management (CSPM).
1717
tags:
1818
- full-agent-only:true
19-
comment: Datadog security agent (compliance)
2019
dir:
2120
node_type: setting
2221
type: string

pkg/config/schema/yaml/container_image.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ properties:
5353
node_type: setting
5454
type: boolean
5555
default: true
56-
comment: Container image configuration
5756
input_chan_size:
5857
node_type: setting
5958
type: integer

pkg/config/schema/yaml/container_lifecycle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ properties:
5353
node_type: setting
5454
type: boolean
5555
default: true
56-
comment: Container lifecycle configuration
5756
input_chan_size:
5857
node_type: setting
5958
type: integer

0 commit comments

Comments
 (0)