[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 <malloy.j.eric@gmail.com>

* bump version

Signed-off-by: Eric Malloy <malloy.j.eric@gmail.com>
This commit is contained in:
Eric Malloy
2018-09-20 10:12:33 -07:00
committed by k8s-ci-robot
parent 62dd63d32b
commit bc1172991b
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 1.4.0
version: 1.4.1
appVersion: 6.4.2
description: DataDog Agent
keywords:
+4 -2
View File
@@ -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