Skip to content

Commit

Permalink
Remove duplicated ingester podLabels
Browse files Browse the repository at this point in the history
  • Loading branch information
SimKev2 committed Nov 25, 2024
1 parent c6a19af commit 0e4a494
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0e4a494

Please sign in to comment.