diff --git a/production/helm/loki/templates/runtime-configmap.yaml b/production/helm/loki/templates/runtime-configmap.yaml index 4463aee17f70c..2f38193da615d 100644 --- a/production/helm/loki/templates/runtime-configmap.yaml +++ b/production/helm/loki/templates/runtime-configmap.yaml @@ -7,4 +7,4 @@ metadata: {{- include "loki.labels" . | nindent 4 }} data: runtime-config.yaml: | - {{ tpl (toYaml .Values.loki.runtimeConfig) . | nindent 4 }} + {{- tpl (toYaml .Values.loki.runtimeConfig) . | nindent 4 }}