From a1d5652efb5ce251c13bc7b763da4ec0c6546092 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 29 Jul 2025 17:04:07 +0800 Subject: [PATCH] Fix Loki exporter configuration: remove invalid keys --- .../centralStorage/templates/central-storage/opentelemetry.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml index 7817871a..43ac8e1f 100644 --- a/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml +++ b/freeleaps/helm-pkg/centralStorage/templates/central-storage/opentelemetry.yaml @@ -107,8 +107,6 @@ spec: endpoint: {{ .Values.logIngest.lokiEndpoint }}/loki/api/v1/push tls: insecure: true - format: json - tenant_id: "central-storage" labels: resource: k8s.pod.name: "pod_name"