Skip to content

Commit

Permalink
fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 11, 2025
1 parent e2f7086 commit c131b23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "karpenter_resources" {
cluster_name = var.cluster_name
enable_irsa = true
irsa_oidc_provider_arn = var.oidc_provider_arn
irsa_namespace_service_accounts = ["${local.namespace}:karpenter"]
irsa_namespace_service_accounts = ["${var.namespace}:karpenter"]
create_pod_identity_association = true
enable_v1_permissions = true
create_instance_profile = true
Expand Down
6 changes: 0 additions & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ variable "karpenter_tag" {
default = "1.1.1"
}

variable "namespace" {
description = "Namespace in which to install cert manager"
type = string
default = "kube-system"
}

variable "subnets_name" {
description = "Define the name of the subnets to be used by this cluster"
type = string
Expand Down

0 comments on commit c131b23

Please sign in to comment.