Skip to content

Commit

Permalink
fix: otel labels in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed May 14, 2024
1 parent c81b9b0 commit 204b6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ spec:
image: {{ include "canary-checker.imageString" . }}
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
env:
{{- if .Values.otel.labels}}
{{- if (tpl .Values.otel.labels .)}}
- name: OTEL_LABELS
value: '{{ .Values.otel.labels }}'
value: '{{ tpl .Values.otel.labels .}}'
{{- end}}
- name: PING_MODE
value: {{ .Values.pingMode | quote }}
Expand Down

0 comments on commit 204b6fe

Please sign in to comment.