Skip to content

Commit

Permalink
add irsa back
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 17, 2025
1 parent 842cfb2 commit d2dd085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ module "karpenter_resources" {
create_instance_profile = true
create_node_iam_role = true
create_pod_identity_association = true
enable_irsa = false
enable_irsa = true
irsa_namespace_service_accounts = ["${var.namespace}:karpenter"]
irsa_oidc_provider_arn = var.oidc_provider_arn
enable_pod_identity = true
enable_v1_permissions = true
node_iam_role_name = local.node_iam_role_name
Expand Down

0 comments on commit d2dd085

Please sign in to comment.