From 6240f1803186c188c7bcea309f38e998b4f71f54 Mon Sep 17 00:00:00 2001 From: almog8k <60139576+almog8k@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:33:32 +0300 Subject: [PATCH] fix: indentation for OpenTelemetry options in configmap --- helm/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/configmap.yaml b/helm/templates/configmap.yaml index 3f7f914..80105d5 100644 --- a/helm/templates/configmap.yaml +++ b/helm/templates/configmap.yaml @@ -19,7 +19,7 @@ data: {{ if $tracing.enabled }} TELEMETRY_TRACING_URL: {{ $tracing.url }} {{ end }} - {{-with $openTelemetryOptions -}} + {{ -with $openTelemetryOptions -}} OPENTELEMETRY_LOGGING_ENABLED: {{ .enabled | quote }} {{ if .enabled }} OPENTELEMETRY_LOGGING_URL: {{ .url | quote }}