Skip to content

Commit

Permalink
name
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 1, 2025
1 parent 47cf922 commit a76b71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "karpenter_resources" {
enable_irsa = true
enable_pod_identity = true
enable_v1_permissions = true
role_name_prefix = local.role_name_raw
iam_role_name = format("%v%v", local.role_name_raw, "role")
irsa_namespace_service_accounts = ["${var.namespace}:karpenter"]
irsa_oidc_provider_arn = var.oidc_provider_arn
node_iam_role_name = local.node_iam_role_name
Expand Down

0 comments on commit a76b71e

Please sign in to comment.