From 4793d7ce153d3bc718cbd4e066240a6b00cf7a6c Mon Sep 17 00:00:00 2001 From: almog8k <60139576+almog8k@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:04:08 +0300 Subject: [PATCH] fix: configmap formatting --- helm/templates/configmap.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/templates/configmap.yaml b/helm/templates/configmap.yaml index 80105d5..530660b 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 }} @@ -27,6 +27,7 @@ data: OPENTELEMETRY_RESOURCE_ATTRIBUTES: {{ .resourceAttributes | toJson | quote }} {{ end }} {{ end }} + {{- end }} npm_config_cache: /tmp/ QUEUE_JOB_MANAGER_BASE_URL: {{ $serviceUrls.jobManager | quote}} QUEUE_HEART_BEAT_MANAGER_BASE_URL: {{ $serviceUrls.heartbeatManager | quote}}