[stable/datadog] Fix volumes/volumeMounts typo in example values (#2621)

* [stable/datadog] Fix volumes/volumeMounts typo in example values

The chart looks for values named `volumes` and `volumeMounts`.

* [stable/datadog] Fix unquoted truthy value in values.yaml

* [stable/datadog] Set chart version to 0.8.4
This commit is contained in:
Jesse Dubay
2017-11-21 20:57:16 +01:00
committed by Reinhard Nägele
parent 5f0f3c15f0
commit 7722bbebbd
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 0.8.3
version: 0.8.4
description: DataDog Agent
keywords:
- monitoring
+3 -3
View File
@@ -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