Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaka committed Dec 10, 2024
1 parent cfb0846 commit c2d2c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/helm_chart/opik/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand Down

0 comments on commit c2d2c55

Please sign in to comment.