Skip to content

Commit

Permalink
Fix: Update apiVersion of cert-manager resources to v1 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: morero <[email protected]>
  • Loading branch information
b1gb4by authored Mar 1, 2022
1 parent cd70565 commit 9472883
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/default/issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: selfsigned
Expand Down
2 changes: 1 addition & 1 deletion config/htpasswd/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: htpasswd
Expand Down
2 changes: 1 addition & 1 deletion config/oidc/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: oidc
Expand Down
2 changes: 1 addition & 1 deletion config/testserver/certificate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: testserver
Expand Down

0 comments on commit 9472883

Please sign in to comment.