Skip to content

Commit 2b0c88e

Browse files
fix(cert-manager): upgrade ClusterIssuer APIs
1 parent 0c484f0 commit 2b0c88e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cert-manager.issuers.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: cert-manager.io/v1alpha2
1+
apiVersion: cert-manager.io/v1
22
kind: ClusterIssuer
33
metadata:
44
name: letsencrypt-staging
@@ -14,7 +14,7 @@ spec:
1414
class: nginx
1515
---
1616

17-
apiVersion: cert-manager.io/v1alpha2
17+
apiVersion: cert-manager.io/v1
1818
kind: ClusterIssuer
1919
metadata:
2020
name: letsencrypt-prod

0 commit comments

Comments
 (0)