Datadog: Expose TAGS env var as a value (#371)

This allows chart users to specify host tags.
This commit is contained in:
Jesse Dubay
2017-01-09 20:37:54 -08:00
committed by Lachlan Evenson
parent 1658998851
commit 49ab0e912e
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 0.1.0
version: 0.2.0
description: DataDog Agent
keywords:
- monitoring
+2
View File
@@ -34,6 +34,8 @@ spec:
value: docker
- name: NON_LOCAL_TRAFFIC
value: {{ default "" .Values.datadog.nonLocalTraffic | quote }}
- name: TAGS
value: {{ default "" .Values.datadog.tags | quote }}
- name: KUBERNETES
value: "yes"
volumeMounts:
+5
View File
@@ -20,6 +20,11 @@ datadog:
##
# nonLocalTraffic: true
## Set host tags.
## ref: https://github.com/DataDog/docker-dd-agent#environment-variables
##
# tags:
resources:
requests:
cpu: 100m