Skip to content

Commit

Permalink
fix(CU-8694xkz2b): remove usage of Release.Service (#65)
Browse files Browse the repository at this point in the history
Replace it with the default value `Helm` according to the doc
https://helm.sh/docs/chart_template_guide/builtin_objects/
  • Loading branch information
eliecharra authored Jun 26, 2024
1 parent e003521 commit a3500da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacelift-workerpool-controller/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ helm.sh/chart: {{ include "spacelift-workerpool-controller.chart" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/managed-by: Helm
{{- end }}

{{/*
Expand Down

0 comments on commit a3500da

Please sign in to comment.