Skip to content

Commit

Permalink
📈 Enable Datadog Injection
Browse files Browse the repository at this point in the history
* Bump DD Python Lib `2.20.0` -> `2.20.1`
  • Loading branch information
rblaine95 committed Feb 8, 2025
1 parent a229cc7 commit 59fb4f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion helm/acapy-cloud.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ environments:
image:
registry: ghcr.io/didx-xyz
tag: master
ddInjectEnabled: false
ddInjectEnabled: true
ddProfilingEnabled:
default: false
overrides: {}
Expand Down Expand Up @@ -127,6 +127,7 @@ releases:
podLabels:
admission.datadoghq.com/enabled: "false"
tags.datadoghq.com/env: {{ .Environment.Name }}
sidecar.istio.io/inject: "false"
- nodeSelector: {{ toYaml .Values.nodeSelector | nindent 10 }}
tolerations: {{ toYaml .Values.tolerations | nindent 10 }}
set:
Expand Down
2 changes: 1 addition & 1 deletion helm/acapy-cloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ podLabels:
admission.datadoghq.com/enabled: "false" # disabled by default (for now)
podAnnotations:
# gcr.io/datadoghq/dd-lib-python-init
admission.datadoghq.com/python-lib.version: v2.20.0
admission.datadoghq.com/python-lib.version: v2.20.1
ad.datadoghq.com/istio-proxy.logs: '[{ "source": "envoy", "service": "{{ include "acapy-cloud.fullname" . }}" }]'
ad.datadoghq.com/istio-init.logs: '[{ "source": "envoy", "service": "{{ include "acapy-cloud.fullname" . }}" }]'

Expand Down

0 comments on commit 59fb4f8

Please sign in to comment.