Skip to content

Commit

Permalink
chore: update cluster autoscaler permissions (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket authored Jun 28, 2024
1 parent 22981dc commit 16d442c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/irsa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
effect = "Allow"

actions = [
"autoscaling:DescribeScalingActivities",
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"autoscaling:UpdateAutoScalingGroup",
]

resources = ["*"]
Expand Down

0 comments on commit 16d442c

Please sign in to comment.