Skip to content

Commit

Permalink
managed-by is set at install time, and should never be templated
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <[email protected]>
  • Loading branch information
bleggett committed Nov 21, 2024
1 parent 733d99f commit 880558c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion production/helm/loki/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

{{/*
Expand Down

0 comments on commit 880558c

Please sign in to comment.