From 4ee447d564c0c17a909b78f2d0d7c69d8da3faa1 Mon Sep 17 00:00:00 2001 From: "Benjamin Valiente (Contractor)" Date: Tue, 17 Feb 2026 21:39:10 -0600 Subject: [PATCH] feat: updated fluent bit cluster role --- aws/platform/main.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/aws/platform/main.tf b/aws/platform/main.tf index f586173..9c183a9 100644 --- a/aws/platform/main.tf +++ b/aws/platform/main.tf @@ -403,6 +403,16 @@ locals { log_retention_days ${var.logs_retention_in_days} EOT } + rbac = { + create = true + rules = [ + { + apiGroups = [""] + resources = ["namespaces", "pods", "events"] + verbs = ["get", "list", "watch"] + } + ] + } env = [ { name = "HOST_NAME"