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