mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Datadog: Expose TAGS env var as a value (#371)
This allows chart users to specify host tags.
This commit is contained in:
committed by
Lachlan Evenson
parent
1658998851
commit
49ab0e912e
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user