From e4bbec95fbeb8cc1ebd249a56559421fcab656fc Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:19:17 -0700 Subject: [PATCH] =?UTF-8?q?fix(cert-manager):=20drop=20empty=20kustomizati?= =?UTF-8?q?on.yaml=20shadowing=20cert-manager-issuers=20directory.include?= =?UTF-8?q?=20=E2=80=94=20stub=20rendered=200=20resources,=20tripping=20Ar?= =?UTF-8?q?goCD=20'auto-sync=20will=20wipe=20all=20resources'=20halt,=20bl?= =?UTF-8?q?ocking=20the=20homelab-ca.crt=20ConfigMap=20fix=20that=20authen?= =?UTF-8?q?tik=20CA-init=20needs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/bootstrap/cert-manager/kustomization.yaml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 k8s/bootstrap/cert-manager/kustomization.yaml diff --git a/k8s/bootstrap/cert-manager/kustomization.yaml b/k8s/bootstrap/cert-manager/kustomization.yaml deleted file mode 100644 index e3b2849..0000000 --- a/k8s/bootstrap/cert-manager/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -namespace: cert-manager -resources: [] -# cert-manager deployed via ArgoCD Helm source (see layer-2-bootstrap app)