From fe5bf5429698fc91d702d7be513442047b1e0415 Mon Sep 17 00:00:00 2001 From: incubator4 Date: Tue, 24 Oct 2023 18:17:47 +0800 Subject: [PATCH] feat: add cert-manager --- application.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/application.tf b/application.tf index cb7da9a..2b4808f 100644 --- a/application.tf +++ b/application.tf @@ -142,7 +142,6 @@ resource "argocd_application_set" "cert_manager" { repo_url = var.repo_url target_revision = "HEAD" path = "cert-manager/{{cluster}}" - kustomize {} } destination {