From 928f0469d2b651383a954fad230f6080cb9c31b0 Mon Sep 17 00:00:00 2001 From: Ben Perry Date: Tue, 24 Sep 2024 16:28:23 -0500 Subject: [PATCH] Update readme with install instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 39c2944..1dfc84b 100644 --- a/README.md +++ b/README.md @@ -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