From 2780080af98f819c2f23b8e47cb704a22934d83c Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sat, 13 Dec 2025 11:58:35 -0500 Subject: [PATCH] move cert and issuer to controllers --- infrastructure/configs/cert-manager/namespace.yaml | 4 ---- .../certificate-wildcard-cert-letsencrypt-prod.yaml | 0 .../cert-manager/cluster-issuer-letsencrypt-prod.yaml | 0 .../{configs => controllers}/cert-manager/secret.yaml | 0 4 files changed, 4 deletions(-) delete mode 100644 infrastructure/configs/cert-manager/namespace.yaml rename infrastructure/{configs => controllers}/cert-manager/certificate-wildcard-cert-letsencrypt-prod.yaml (100%) rename infrastructure/{configs => controllers}/cert-manager/cluster-issuer-letsencrypt-prod.yaml (100%) rename infrastructure/{configs => controllers}/cert-manager/secret.yaml (100%) diff --git a/infrastructure/configs/cert-manager/namespace.yaml b/infrastructure/configs/cert-manager/namespace.yaml deleted file mode 100644 index c402246..0000000 --- a/infrastructure/configs/cert-manager/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: letsencrypt-wildcard-cert diff --git a/infrastructure/configs/cert-manager/certificate-wildcard-cert-letsencrypt-prod.yaml b/infrastructure/controllers/cert-manager/certificate-wildcard-cert-letsencrypt-prod.yaml similarity index 100% rename from infrastructure/configs/cert-manager/certificate-wildcard-cert-letsencrypt-prod.yaml rename to infrastructure/controllers/cert-manager/certificate-wildcard-cert-letsencrypt-prod.yaml diff --git a/infrastructure/configs/cert-manager/cluster-issuer-letsencrypt-prod.yaml b/infrastructure/controllers/cert-manager/cluster-issuer-letsencrypt-prod.yaml similarity index 100% rename from infrastructure/configs/cert-manager/cluster-issuer-letsencrypt-prod.yaml rename to infrastructure/controllers/cert-manager/cluster-issuer-letsencrypt-prod.yaml diff --git a/infrastructure/configs/cert-manager/secret.yaml b/infrastructure/controllers/cert-manager/secret.yaml similarity index 100% rename from infrastructure/configs/cert-manager/secret.yaml rename to infrastructure/controllers/cert-manager/secret.yaml