Skip to content

Commit

Permalink
core: remove datadog support
Browse files Browse the repository at this point in the history
Signed-off-by: Jean SIMARD <[email protected]>
  • Loading branch information
woshilapin authored and ElysaSrc committed Oct 24, 2024
1 parent 4568fda commit 2e77306
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/osrdyne/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ data:
- name: JAVA_TOOL_OPTIONS
value: {{ if eq .Values.services.core.config.telemetry "opentelemetry" -}}
"-javaagent:/app/opentelemetry-javaagent.jar"
{{- else if eq .Values.services.core.config.telemetry "datadog" -}}
"-javaagent:/app/dd-java-agent.jar"
{{- end -}}
{{- with .Values.services.core.resources }}
Expand Down

0 comments on commit 2e77306

Please sign in to comment.