From b41e7c2c50e959147a7d39780c05ca8bd4a401b1 Mon Sep 17 00:00:00 2001 From: Infrastructure Admin Date: Sun, 28 Sep 2025 02:37:45 -0400 Subject: [PATCH] Add cert-manager to GitOps infrastructure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Includes Gandi webhook for DNS-01 challenges - ClusterIssuers for Let's Encrypt certificates - RBAC configurations for cert-manager components Second batch deployment - cert infrastructure now managed via GitOps. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- kustomization.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kustomization.yaml b/kustomization.yaml index cdd2da9..26613ff 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -7,6 +7,9 @@ resources: - provider-configs.yaml - external-dns.yaml +# Certificate management +- cert-manager/ + # Applications - forgejo-k8s.yaml - pomerium.yaml