Skip to content

Commit 1873f90

Browse files
benjaminvalienteBenjamin Valiente (Contractor)
andauthored
feat: updated fluent bit cluster role (#262)
Co-authored-by: Benjamin Valiente (Contractor) <benjamin.valiente@thoughtbot.com>
1 parent f80bdf6 commit 1873f90

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

aws/platform/main.tf

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,16 @@ locals {
403403
log_retention_days ${var.logs_retention_in_days}
404404
EOT
405405
}
406+
rbac = {
407+
create = true
408+
rules = [
409+
{
410+
apiGroups = [""]
411+
resources = ["namespaces", "pods", "events"]
412+
verbs = ["get", "list", "watch"]
413+
}
414+
]
415+
}
406416
env = [
407417
{
408418
name = "HOST_NAME"

0 commit comments

Comments
 (0)