Remove excessive templating

This commit is contained in:
Alexander Gorelyshev
2025-12-26 22:50:03 +04:00
parent 6925c33baa
commit be6fef69af
2 changed files with 1 additions and 5 deletions

View File

@@ -1,10 +1,7 @@
{% if custom_server_config is defined %}
{{ custom_server_config }}
{% else %}
---
server:
http_listen_port: {{ promtail_http_port }}
grpc_listen_port: 0
{% endif %}
positions:
filename: {{ promtail_positions_path }}