From 6b6b6d48ba0235345fb46f771fbb5e44138faf3a Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 24 Feb 2025 13:41:09 +0100 Subject: [PATCH] fix template --- templates/config.alloy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.alloy.erb b/templates/config.alloy.erb index b10d617..29f1b1b 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -14,7 +14,7 @@ loki.source.file "system_logs" { loki.write "loki" { endpoint { - url = "<%= @ay_loki_url" + url = "<%= @ay_loki_url %>" basic_auth { username = "<%= @ay_loki_username %>" password = "<%= @ay_loki_userpass %>"