Merge pull request #5 from 3dwardch3ng/app/cert-manager

fix issuer type
This commit is contained in:
2024-06-09 23:50:51 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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