From 4672c367015ebc100cfc96e9e84fc3d3eb2a4799 Mon Sep 17 00:00:00 2001 From: Chaitanya Phalak Date: Wed, 17 Nov 2021 09:25:00 -0800 Subject: [PATCH] Update helm-charts/splunk-otel-collector/values.yaml Co-authored-by: Dmitrii Anoshin --- helm-charts/splunk-otel-collector/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/splunk-otel-collector/values.yaml b/helm-charts/splunk-otel-collector/values.yaml index 0008725956..2212b2876e 100644 --- a/helm-charts/splunk-otel-collector/values.yaml +++ b/helm-charts/splunk-otel-collector/values.yaml @@ -168,7 +168,7 @@ extraAttributes: # For example, if you want to collect "my_key" label from your namespaces, you could use the following: # fromLabels: # - key: my_key - # from: pod + # from: namespace # If you want to collect all labels from your pods, you could do that using a `key_regex: .*` option, e.g.: # fromLabels: # - key_regex: .*