From 063a2c3eea661fd1122113746bef03f022be1d2b Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 07:00:42 +0800 Subject: [PATCH] fix: remove unnecessary json_parser configuration from OpenTelemetry collector Signed-off-by: zhenyus --- .../authentication/templates/authentication/opentelemetry.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 92ced132..0c744188 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -26,8 +26,6 @@ spec: include_file_name: true operators: - type: json_parser - parse_from: body - parse_to: attribute processors: k8sattributes: auth_type: "serviceAccount"