From 4d96e2e062dfc9a69283ac7faefe066787d9135f Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Thu, 26 Mar 2026 21:08:49 +1300 Subject: [PATCH] added clusterissuer to kustomize --- infrastructure/certmanager/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/certmanager/kustomization.yaml b/infrastructure/certmanager/kustomization.yaml index 8887db7..ed7a549 100644 --- a/infrastructure/certmanager/kustomization.yaml +++ b/infrastructure/certmanager/kustomization.yaml @@ -6,4 +6,5 @@ resources: - cloudflareapikey.enc.yaml - jethrocottonwildcardcert.yaml - numbergoupwildcardcert.yaml - - jpcitwildcardcert.yaml \ No newline at end of file + - jpcitwildcardcert.yaml + - clusterissuer.yaml