mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Reinhard Nägele
parent
5f0f3c15f0
commit
7722bbebbd
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 0.8.3
|
||||
version: 0.8.4
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user