Skip to content

Commit 8ad2a4a

Browse files
fix service name generation
1 parent 762dfba commit 8ad2a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/new-e2e/tests/ssi/local_sdk_injection_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func TestLocalSDKInjectionSuite(t *testing.T) {
4545
Port: 8080,
4646
PodLabels: map[string]string{
4747
"admission.datadoghq.com/enabled": "true",
48+
"tags.datadoghq.com/service": DefaultAppName,
4849
},
4950
PodAnnotations: map[string]string{
5051
"admission.datadoghq.com/python-lib.version": "v3.18.1",

0 commit comments

Comments
 (0)