Skip to content

Commit

Permalink
Feat: 🚀 Added metadata option
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent d583a69 commit 9e70ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ module "helm_addon" {
resource "kubernetes_namespace_v1" "this" {
count = try(local.helm_config["create_namespace"], true) && local.helm_config["namespace"] != "cert-manager" ? 1 : 0

metadata {
name = local.helm_config["namespace"]
}
}

0 comments on commit 9e70ed7

Please sign in to comment.