Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
re-applying the changes
Browse files Browse the repository at this point in the history
Signed-off-by: Omer Lifshitz <omer.lifshitz@datadoghq.com>
  • Loading branch information
omerli committed Mar 19, 2020
1 parent cc2cf54 commit d6bfe6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 2.0.12

* Fixed a bug where datadog.apm.enabled was not being respected
* Fixed a bug where the `trace-agent` runs in the same container as `dd-agent`

## 2.0.11

Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/templates/container-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
value: '{{ toJson .Values.datadog.podAnnotationsAsTags }}'
{{- end }}
- name: DD_APM_ENABLED
value: {{ default false .Values.datadog.apm.enabled | quote }}
value: "false"
- name: DD_LOGS_ENABLED
value: {{ (default false (or .Values.datadog.logs.enabled .Values.datadog.logsEnabled)) | quote}}
- name: DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL
Expand Down

0 comments on commit d6bfe6c

Please sign in to comment.