From de4449a62e2605ecdd36c784937547594e0dd49d Mon Sep 17 00:00:00 2001 From: "Benjamin Valiente (Contractor)" Date: Wed, 18 Feb 2026 17:22:55 -0600 Subject: [PATCH] feat: update clusterrole value for fluent bit --- aws/platform/main.tf | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/aws/platform/main.tf b/aws/platform/main.tf index 9c183a9..c0d30d9 100644 --- a/aws/platform/main.tf +++ b/aws/platform/main.tf @@ -404,14 +404,8 @@ locals { EOT } rbac = { - create = true - rules = [ - { - apiGroups = [""] - resources = ["namespaces", "pods", "events"] - verbs = ["get", "list", "watch"] - } - ] + create = true + nodeAccess = true } env = [ {