Skip to content

Commit

Permalink
add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 3, 2024
1 parent 05258f5 commit cc6338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/env-vars/01-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ spec:
metadata:
labels:
app: my-deploy
app.kubernetes.io/name: my-app
annotations:
sidecar.opentelemetry.io/inject: "true"
instrumentation.opentelemetry.io/inject-sdk: "true"
resource.opentelemetry.io/foo: "bar"
app.kubernetes.io/name: my-app
spec:
containers:
- name: myapp
Expand Down

0 comments on commit cc6338a

Please sign in to comment.