Skip to content

Commit

Permalink
Disable IRSA
Browse files Browse the repository at this point in the history
  • Loading branch information
yang0352 committed Apr 15, 2025
1 parent a9a7c49 commit c895f7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ module "karpenter_resources" {
create_instance_profile = true
create_node_iam_role = true
create_pod_identity_association = true
enable_irsa = true
enable_irsa = false
enable_pod_identity = true
enable_v1_permissions = true
irsa_namespace_service_accounts = ["${var.namespace}:karpenter"]
irsa_oidc_provider_arn = var.oidc_provider_arn
# irsa_namespace_service_accounts = ["${var.namespace}:karpenter"]
# irsa_oidc_provider_arn = var.oidc_provider_arn
node_iam_role_name = local.node_iam_role_name
queue_name = local.queue_name
rule_name_prefix = local.rule_name_prefix
Expand Down

0 comments on commit c895f7a

Please sign in to comment.