Skip to content

Commit

Permalink
Merge pull request #53 from Ocelot-Social-Community/52-fix-cert_manag…
Browse files Browse the repository at this point in the history
…er-api-version-to-v1

Chore: 🍰 Fix `apiVersion: cert-manager.io/v1alpha2` To `*/v1`
  • Loading branch information
Tirokk authored Jul 18, 2022
2 parents e86c2fe + a9d43d8 commit 9db2fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-production
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha2
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
Expand Down

0 comments on commit 9db2fda

Please sign in to comment.