From a0ed9d201dc9b6ab6461a6d71dbc741858160934 Mon Sep 17 00:00:00 2001 From: "jeremy.hulick" Date: Thu, 21 Nov 2024 13:57:49 -0700 Subject: [PATCH] include common labels in pod labels Signed-off-by: jeremy.hulick --- charts/tempo/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo/templates/statefulset.yaml b/charts/tempo/templates/statefulset.yaml index 53c9605fad..a03819b705 100644 --- a/charts/tempo/templates/statefulset.yaml +++ b/charts/tempo/templates/statefulset.yaml @@ -26,7 +26,7 @@ spec: template: metadata: labels: - {{- include "tempo.selectorLabels" . | nindent 8 }} + {{- include "tempo.labels" . | nindent 8 }} {{- with .Values.podLabels }} {{- toYaml . | nindent 8 }} {{- end }}