Skip to content

Commit

Permalink
Add missing commonLabels loop under trino charts/templats/serivce.yam…
Browse files Browse the repository at this point in the history
…l in version 0.19.0
  • Loading branch information
janwar73 committed Mar 21, 2024
1 parent 44fac5d commit a4f377f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/trino/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
chart: {{ template "trino.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
{{- if .Values.commonLabels }}
{{- tpl (toYaml .Values.commonLabels) . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down

0 comments on commit a4f377f

Please sign in to comment.