Skip to content

Commit 10b7478

Browse files
authored
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 <benjamin.leggett@solo.io>
1 parent 932688e commit 10b7478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎production/helm/loki/templates/_helpers.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ helm.sh/chart: {{ include "loki.chart" . }}
134134
{{- if or (.Chart.AppVersion) (.Values.loki.image.tag) }}
135135
app.kubernetes.io/version: {{ include "loki.validLabelValue" (.Values.loki.image.tag | default .Chart.AppVersion) | quote }}
136136
{{- end }}
137-
app.kubernetes.io/managed-by: {{ .Release.Service }}
138137
{{- end }}
139138

140139
{{/*

0 commit comments

Comments
 (0)