diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index cbfffaf53d..3f9b078d83 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 1.4.0 +version: 1.4.1 appVersion: 6.4.2 description: DataDog Agent keywords: diff --git a/stable/datadog/README.md b/stable/datadog/README.md index 8404972c36..784d44e069 100644 --- a/stable/datadog/README.md +++ b/stable/datadog/README.md @@ -125,8 +125,10 @@ However, you can use manually created secret by setting the `datadog.apiKeyExist ### confd and checksd -The Datadog entrypoint will copy files found in `/conf.d` and `/check.d` to -`/etc/datadog-agent/conf.d` and `/etc/datadog-agent/checks.d` respectively. The keys for +The Datadog [entrypoint +](https://github.com/DataDog/datadog-agent/blob/master/Dockerfiles/agent/entrypoint/89-copy-customfiles.sh) +will copy files with a `.yaml` extension found in `/conf.d` and files with `.py` extension in +`/check.d` to `/etc/datadog-agent/conf.d` and `/etc/datadog-agent/checks.d` respectively. The keys for `datadog.confd` and `datadog.checksd` should mirror the content found in their respective ConfigMaps, ie