Skip to content

Commit

Permalink
fix: chart otel labels
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed May 14, 2024
1 parent 6fb2b6b commit ca24bb7
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 @@ -96,9 +96,9 @@ spec:
- name: UPSTREAM_PAGE_SIZE
value: '{{ .Values.upstream.pageSize }}'
{{- end}}
{{- if .Values.otel.labels}}
{{- if (tpl .Values.otel.labels .)}}
- name: OTEL_LABELS
value: '{{ .Values.otel.labels }}'
value: '{{ tpl .Values.otel.labels .}}'
{{- end}}
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit ca24bb7

Please sign in to comment.