From 9b5651a6464ddc3b63dd8f09acb57a4d68df6924 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 25 Dec 2024 16:54:08 +0100 Subject: [PATCH] Fix issuer ref kind --- infrastructure/configs/cert-manager/certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/configs/cert-manager/certificate.yaml b/infrastructure/configs/cert-manager/certificate.yaml index 4cf1732..1689d73 100644 --- a/infrastructure/configs/cert-manager/certificate.yaml +++ b/infrastructure/configs/cert-manager/certificate.yaml @@ -11,4 +11,4 @@ spec: - "*.example.com" issuerRef: name: cloudflare-prod - kind: Issuer \ No newline at end of file + kind: ClusterIssuer \ No newline at end of file