Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed May 15, 2024
1 parent 0d85f63 commit d314e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "karpenter" {
create_iam_role = true
iam_role_name = "${var.environment_name}-karpenter-controller"

create_node_iam_role = true
create_node_iam_role = false
node_iam_role_use_name_prefix = false
node_iam_role_arn = aws_iam_role.node.arn

Expand Down

0 comments on commit d314e59

Please sign in to comment.