Skip to content

Commit de4449a

Browse files
author
Benjamin Valiente (Contractor)
committed
feat: update clusterrole value for fluent bit
1 parent 1873f90 commit de4449a

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

aws/platform/main.tf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,14 +404,8 @@ locals {
404404
EOT
405405
}
406406
rbac = {
407-
create = true
408-
rules = [
409-
{
410-
apiGroups = [""]
411-
resources = ["namespaces", "pods", "events"]
412-
verbs = ["get", "list", "watch"]
413-
}
414-
]
407+
create = true
408+
nodeAccess = true
415409
}
416410
env = [
417411
{

0 commit comments

Comments
 (0)