From fb0c8281560e157e1df3555208e8850dc5b438f1 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Wed, 16 Apr 2025 07:06:41 +0800 Subject: [PATCH] fix: add missing id field for json_parser operator in OpenTelemetry configuration Signed-off-by: zhenyus --- .../authentication/templates/authentication/opentelemetry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml index 0c744188..be31de9f 100644 --- a/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml +++ b/freeleaps/helm-pkg/authentication/templates/authentication/opentelemetry.yaml @@ -26,6 +26,7 @@ spec: include_file_name: true operators: - type: json_parser + id: json_parser processors: k8sattributes: auth_type: "serviceAccount"