Skip to content

Commit

Permalink
Merge pull request #1492 from flanksource/yashmehrotra-patch-1
Browse files Browse the repository at this point in the history
chore: fix templating in collector url
  • Loading branch information
yashmehrotra authored Dec 12, 2023
2 parents 2b3b9cf + d1f8678 commit a0e0c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
{{- if ne .Values.prometheusURL "" }}
- --prometheus={{ tpl .Values.prometheusURL . }}
{{- end }}
{{- if .Values.otel.collector }}
{{- if (tpl .Values.otel.collector .) }}
- --otel-collector-url={{ tpl .Values.otel.collector . | default "" }}
{{- end }}
{{- if .Values.otel.serviceName }}
Expand Down

0 comments on commit a0e0c93

Please sign in to comment.