Skip to content

Commit

Permalink
changelog for karpenter crd
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Oct 11, 2023
1 parent 1aa1bdf commit 0a3ff15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/eks/karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "kubernetes_namespace" "default" {
metadata {
name = var.kubernetes_namespace
annotations = {}
labels = module.this.tags
labels = merge(module.this.tags, { name = var.kubernetes_namespace })
}
}

Expand Down

0 comments on commit 0a3ff15

Please sign in to comment.