Skip to content

Commit

Permalink
feat(helm): Do not explicitly template managed-by, as it should be …
Browse files Browse the repository at this point in the history
…set at install time by the installation manager. (#14763)

Signed-off-by: Benjamin Leggett <[email protected]>
  • Loading branch information
bleggett authored Nov 23, 2024
1 parent 932688e commit 10b7478
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 10b7478

Please sign in to comment.