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"