From b5e1bf7def552648c069bf19a5591c80eb3c2849 Mon Sep 17 00:00:00 2001 From: Vihas Makwana Date: Wed, 8 Feb 2023 12:15:08 +0000 Subject: [PATCH] Fix the naming convention bug --- .../splunk-otel-collector/templates/config/_otel-agent.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl index 0cc400286d..b41c6b7e4d 100644 --- a/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl +++ b/helm-charts/splunk-otel-collector/templates/config/_otel-agent.tpl @@ -644,11 +644,11 @@ service: - filter/logs {{- end }} - batch + - resource {{- if not $gatewayEnabled }} - resource/logs {{- end }} - resourcedetection - - resource {{- if .Values.environment }} - resource/add_environment {{- end }}