Skip to content

Commit

Permalink
Merge pull request #45 from SgtCoDFish/bumpcm
Browse files Browse the repository at this point in the history
Bump version of cert-manager and tweak readme
  • Loading branch information
jetstack-bot authored Nov 17, 2023
2 parents 3feca4c + 63a0a0b commit a4f925c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# OpenShift Route Support for cert-manager

This project supports automatically getting a certificate for
OpenShift routes from any cert-manager Issuer.
OpenShift routes from any cert-manager Issuer, similar to annotating
an Ingress or Gateway resource in vanilla Kubernetes!

## Prerequisites:

Expand All @@ -14,7 +15,7 @@ OpenShift routes from any cert-manager Issuer.
For example, with the regular manifest:

```sh
oc apply -f https://github.com/jetstack/cert-manager/releases/download/v1.12.1/cert-manager.yaml
oc apply -f https://github.com/jetstack/cert-manager/releases/download/v1.12.6/cert-manager.yaml
```

Both **ClusterIssuer** and namespace based **Issuer** are possible. Here a **ClusterIssuer** is used:
Expand Down

0 comments on commit a4f925c

Please sign in to comment.