From 5bb130de107b80c42f65b77c56ff9c818cd36a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20J=C3=BCttner?= Date: Wed, 8 Nov 2023 16:52:59 +0100 Subject: [PATCH] fix --- pkg/iam/cluster_autoscaler_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/iam/cluster_autoscaler_template.go b/pkg/iam/cluster_autoscaler_template.go index bae092ea..84d89bc8 100644 --- a/pkg/iam/cluster_autoscaler_template.go +++ b/pkg/iam/cluster_autoscaler_template.go @@ -3,7 +3,7 @@ package iam const clusterAutoscalerPolicyTemplate = `{ "Version": "2012-10-17", "Statement": [ - { + { "Effect": "Allow", "Action": [ "autoscaling:DescribeAutoScalingGroups",