From bc1172991b650854eff1e11251841e6ac896c8eb Mon Sep 17 00:00:00 2001 From: Eric Malloy Date: Thu, 20 Sep 2018 13:12:33 -0400 Subject: [PATCH] [stable/datadog] clarify README (YAML vs YML) (#7840) * clarify README to highlight source of entrypoint command and the particular file extensions that get copied Signed-off-by: Eric Malloy * bump version Signed-off-by: Eric Malloy --- stable/datadog/Chart.yaml | 2 +- stable/datadog/README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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