fix issuer type

This commit is contained in:
2024-06-09 22:59:46 +10:00
parent 2ab6f4316a
commit 3be661f5c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: Issuer kind: ClusterIssuer
metadata: metadata:
name: letsencrypt-dns01 name: letsencrypt-dns01
namespace: cert-manager namespace: cert-manager

View File

@@ -1,5 +1,5 @@
apiVersion: cert-manager.io/v1 apiVersion: cert-manager.io/v1
kind: Issuer kind: ClusterIssuer
metadata: metadata:
name: letsencrypt-http01 name: letsencrypt-http01
namespace: cert-manager namespace: cert-manager