From 0e4a4941dedcdcc374c37de23f2790faa8bac0a3 Mon Sep 17 00:00:00 2001 From: Kevin Simons Date: Mon, 25 Nov 2024 13:13:00 -0600 Subject: [PATCH] Remove duplicated ingester podLabels --- .../templates/ingester/statefulset-ingester.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml b/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml index f7254deb89..347eadf2fc 100644 --- a/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml +++ b/charts/tempo-distributed/templates/ingester/statefulset-ingester.yaml @@ -42,9 +42,6 @@ spec: {{- with .Values.tempo.podLabels }} {{- toYaml . | nindent 8 }} {{- end }} - {{- with .Values.ingester.podLabels }} - {{- toYaml . | nindent 8 }} - {{- end }} annotations: checksum/config: {{ include (print $.Template.BasePath "/configmap-tempo.yaml") . | sha256sum }} {{- with .Values.tempo.podAnnotations }}