From 67b9022d3deaafe955494bd200c7795ee2aaf3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gurhem?= Date: Wed, 13 Nov 2024 07:33:39 +0100 Subject: [PATCH] fix: use side car container to reactive kubernetes log enriching --- infrastructure/quick-deploy/localhost/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/quick-deploy/localhost/variables.tf b/infrastructure/quick-deploy/localhost/variables.tf index 50fe3695b..35e4e4d34 100644 --- a/infrastructure/quick-deploy/localhost/variables.tf +++ b/infrastructure/quick-deploy/localhost/variables.tf @@ -299,7 +299,7 @@ variable "fluent_bit" { image_name = optional(string, "fluent/fluent-bit") image_tag = optional(string) pull_secrets = optional(string, "") - is_daemonset = optional(bool, true) + is_daemonset = optional(bool, false) http_port = optional(number, 2020) read_from_head = optional(bool, true) node_selector = optional(any, {})