Skip to content

Commit

Permalink
Fixup schema for ddTraceConfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
betterengineering committed Mar 6, 2025
1 parent 77a09cd commit 3b9351a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datadog/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"type": "string"
}
},
"ddTraceConfig": {
"ddTraceConfigs": {
"type": "array",
"items": {
"type": "object",
Expand Down
3 changes: 3 additions & 0 deletions test/datadog/values/instrumentation/valid_targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ datadog:
tracing: "yes"
ddTraceVersions:
java: "v1"
ddTraceConfigs:
- name: "DD_PROFILING_ENABLED"
value: "true"
- name: "enabled-prod-namespaces"
namespaceSelector:
matchLabels:
Expand Down

0 comments on commit 3b9351a

Please sign in to comment.