Skip to content

Commit

Permalink
set karpenter namespace to kube-system
Browse files Browse the repository at this point in the history
  • Loading branch information
erezzarum committed Apr 4, 2024
1 parent 7755fb6 commit b767e51
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 @@ -2749,7 +2749,7 @@ locals {
input_karpenter_node_instance_profile_name = try(var.karpenter_node.instance_profile_name, local.karpenter_node_iam_role_name)
# This is the name passed to the Karpenter Helm chart - either the profile the module creates, or one provided by the user
output_karpenter_node_instance_profile_name = try(aws_iam_instance_profile.karpenter[0].name, var.karpenter_node.instance_profile_name, "")
karpenter_namespace = try(var.karpenter.namespace, "karpenter")
karpenter_namespace = try(var.karpenter.namespace, "kube-system")

karpenter_set = [
# TODO - remove at next breaking change
Expand Down

0 comments on commit b767e51

Please sign in to comment.