mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
62dd63d32b
commit
bc1172991b
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 1.4.0
|
||||
version: 1.4.1
|
||||
appVersion: 6.4.2
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user