From c2d2c55cbef138426f8a9b4b399c1917a504bbe3 Mon Sep 17 00:00:00 2001 From: liyaka Date: Tue, 10 Dec 2024 16:27:51 +0200 Subject: [PATCH] fix --- deployment/helm_chart/opik/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/helm_chart/opik/templates/deployment.yaml b/deployment/helm_chart/opik/templates/deployment.yaml index a80dd0453b..8c99aacab5 100644 --- a/deployment/helm_chart/opik/templates/deployment.yaml +++ b/deployment/helm_chart/opik/templates/deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: {{- include "opik.labels" $ | nindent 4 }} component: {{ include "opik.name" $ }}-{{ $key | lower }} - {{- with .Values.commonLabels }} + {{- with $.Values.commonLabels }} {{- toYaml . | nindent 4 }} {{- end }} {{- with $value.annotations }} @@ -30,7 +30,7 @@ spec: labels: {{- include "opik.labels" $ | nindent 8 }} component: {{ include "opik.name" $ }}-{{ $key | lower }} - {{- with .Values.commonLabels }} + {{- with $.Values.commonLabels }} {{- toYaml . | nindent 8 }} {{- end }} spec: