Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DDTrace Injection #112

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/trust-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ environments:
dev:
values:
- namespace: trust-registry-dev
ddInjectEnabled: false
ddInjectEnabled: true
ddProfilingEnabled: false
prod:
values:
- namespace: trust-registry-prod
ddInjectEnabled: false
ddInjectEnabled: true
ddProfilingEnabled: false
---
repositories:
Expand Down
1 change: 1 addition & 0 deletions helm/trust-registry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ deploymentLabels:
tags.datadoghq.com/service: '{{ include "trust-registry.fullname" . }}'
tags.datadoghq.com/version: '{{ .Values.image.tag }}'
podAnnotations:
# gcr.io/datadoghq/dd-lib-js-init
admission.datadoghq.com/js-lib.version: v4.15.0
podLabels:
# tags.datadoghq.com/env: <env>
Expand Down
Loading