From 9ce3e6d152b34fef0de494add0d15650f5775117 Mon Sep 17 00:00:00 2001 From: Arne Diekmann Date: Wed, 29 Jul 2020 19:08:12 +0200 Subject: [PATCH] docs: update README to include instructions on how to use our helm repo #3 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5363a71..7fe6550 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A [cert-manager][2] ACME DNS01 solver webhook for [DNSimple][1]. Take note of your DNSimple API token and account ID from the account settings in the automation tab. Run the following commands replacing the account ID, API token placeholders and email address: ```bash +$ helm repo add neoskop https://charts.neoskop.dev $ helm install cert-manager-webhook-dnsimple \ --namespace cert-manager \ --dry-run \ @@ -21,8 +22,9 @@ $ helm install cert-manager-webhook-dnsimple \ --set clusterIssuer.production.enabled=true \ --set clusterIssuer.staging.enabled=true \ --set clusterIssuer.email=email@example.com \ - ./deploy/dnsimple + neoskop/cert-manager-webhook-dnsimple ``` +_(Alternatively you can check out this repository and substitute neoskop/cert-manager-webhook-dnsimple with ./deploy/dnsimple)_ Afterwards issue a certificate: