Skip to content

Commit

Permalink
Merge pull request #8 from saturncloud/bhperry/install-docs
Browse files Browse the repository at this point in the history
Update readme with install instructions
  • Loading branch information
bhperry authored Sep 24, 2024
2 parents d44e29d + 928f046 commit 36883a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ HttpReq protocol is based on the Let's Encrypt [HTTP Request provider](https://g

Webhook is built off of the [Cert Manager Webhook Example](https://github.com/cert-manager/webhook-example)

### Installing

The chart in `deploy/httpreq-webhook` is packaged into release tags. Install via helm:
```
helm repo add cert-manager-webhook-httpreq https://saturncloud.github.io/cert-manager-webhook-httpreq/ --force-update
helm install cert-manager-webhook-httpreq/httpreq-webhook
```

### Running the test suite

```bash
Expand Down

0 comments on commit 36883a2

Please sign in to comment.