From 10b74781cf17b4df13815a4aa4ab0f9b17da5216 Mon Sep 17 00:00:00 2001 From: Ben Leggett <854255+bleggett@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:43:06 -0500 Subject: [PATCH] feat(helm): Do not explicitly template `managed-by`, as it should be set at install time by the installation manager. (#14763) 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 6a2aa3f218f3..29fdc3aa1274 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 }} {{/*