diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 19eaf6d8a5..a10b22e461 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 0.8.3 +version: 0.8.4 description: DataDog Agent keywords: - monitoring diff --git a/stable/datadog/values.yaml b/stable/datadog/values.yaml index d41901a4b5..d10486514d 100644 --- a/stable/datadog/values.yaml +++ b/stable/datadog/values.yaml @@ -78,7 +78,7 @@ datadog: ## Enables event collection from the kubernetes API ## ref: https://github.com/DataDog/docker-dd-agent#environment-variables ## - collectEvents: False + collectEvents: false ## Un-comment this to enable APM and tracing, on ports 7777 and 8126 ## ref: https://github.com/DataDog/docker-dd-agent#tracing-from-the-host @@ -97,11 +97,11 @@ datadog: ## or deployment. ## ref: https://docs.datadoghq.com/guides/process/ ## - # volume: + # volumes: # - hostPath: # path: /etc/passwd # name: passwd - # volumeMount: + # volumeMounts: # - name: passwd # mountPath: /etc/passwd # readOnly: true