From 89a8584fcbeb6d9b5a34ae32e203f11f31abdfb4 Mon Sep 17 00:00:00 2001 From: Benjamin Leggett Date: Mon, 4 Nov 2024 12:24:31 -0500 Subject: [PATCH] [agent-operator] `managed-by` should not be templated Signed-off-by: Benjamin Leggett --- charts/agent-operator/templates/_helpers.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/agent-operator/templates/_helpers.tpl b/charts/agent-operator/templates/_helpers.tpl index e374499d0c..0f8097fdec 100644 --- a/charts/agent-operator/templates/_helpers.tpl +++ b/charts/agent-operator/templates/_helpers.tpl @@ -35,7 +35,6 @@ Common labels */}} {{- define "ga-operator.labels" -}} {{ include "ga-operator.selectorLabels" . }} -app.kubernetes.io/managed-by: {{ .Release.Service }} app.kubernetes.io/component: operator helm.sh/chart: {{ include "ga-operator.chart" . }} {{- if .Chart.AppVersion }}