From 880558c73769d14613388b0acb0f218934c80495 Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Mon, 4 Nov 2024 12:55:38 -0500 Subject: [PATCH] `managed-by` is set at install time, and should never be templated Signed-off-by: Benjamin Leggett --- production/helm/loki/templates/_helpers.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/production/helm/loki/templates/_helpers.tpl b/production/helm/loki/templates/_helpers.tpl index 6a2aa3f218f36..29fdc3aa12747 100644 --- a/production/helm/loki/templates/_helpers.tpl +++ b/production/helm/loki/templates/_helpers.tpl @@ -134,7 +134,6 @@ helm.sh/chart: {{ include "loki.chart" . }} {{- if or (.Chart.AppVersion) (.Values.loki.image.tag) }} app.kubernetes.io/version: {{ include "loki.validLabelValue" (.Values.loki.image.tag | default .Chart.AppVersion) | quote }} {{- end }} -app.kubernetes.io/managed-by: {{ .Release.Service }} {{- end }} {{/*