From a4f377f308b2a2045c9927c8f2f625ed8b3b5c01 Mon Sep 17 00:00:00 2001 From: "jawad.anwar" Date: Thu, 21 Mar 2024 12:54:43 -0400 Subject: [PATCH] Add missing commonLabels loop under trino charts/templats/serivce.yaml in version 0.19.0 --- charts/trino/templates/service.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/trino/templates/service.yaml b/charts/trino/templates/service.yaml index cfb0b2f3..eca7cfa2 100644 --- a/charts/trino/templates/service.yaml +++ b/charts/trino/templates/service.yaml @@ -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: