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>
pull/15094/head
Ben Leggett 6 months ago committed by GitHub
parent 932688e658
commit 10b74781cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      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 }}
{{/*

Loading…
Cancel
Save