Skip to content

Commit

Permalink
fix otel baseline test (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
levan-m authored Mar 6, 2025
1 parent ad18c5d commit b274b0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/datadog/baseline/manifests/otel_enabled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ data:
exporters: [datadog]
kind: ConfigMap
metadata:
annotations:
checksum/otel-config: 0c5563c5e9a82132926709c072b925fd278450344419379d6d0738853d82e315
annotations: {}
labels:
app.kubernetes.io/instance: datadog
app.kubernetes.io/managed-by: Helm
Expand Down Expand Up @@ -790,8 +789,7 @@ spec:
app: datadog
template:
metadata:
annotations:
checksum/otel-config: 946aa0996cb960514d901a597d35250d82c029a7453a05a6bc14e79e46cc6c1c
annotations: {}
labels:
admission.datadoghq.com/enabled: "false"
app: datadog
Expand Down
1 change: 1 addition & 0 deletions test/datadog/baseline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ var FilterKeys = map[string]interface{}{
"checksum/autoconf-config": nil,
"checksum/checksd-config": nil,
"checksum/confd-config": nil,
"checksum/otel-config": nil,
"checksum/api_key": nil,
"checksum/application_key": nil,
// ServiceAccount
Expand Down

0 comments on commit b274b0b

Please sign in to comment.