Skip to content

Commit

Permalink
Feat: 🚀 removed unnecessary attributes from cert-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent 0c6885f commit 1f91192
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/cert-manager/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ module "helm_addon" {
manage_via_gitops = var.manage_via_gitops
helm_config = local.helm_config
addon_context = var.addon_context

depends_on = [kubernetes_namespace_v1.this]
}

resource "kubernetes_namespace_v1" "this" {
Expand Down

0 comments on commit 1f91192

Please sign in to comment.