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 = [ {