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 }}