docs: update README to include instructions on how to use our helm repo

#3
This commit is contained in:
Arne Diekmann 2020-07-29 19:08:12 +02:00 committed by GitHub
parent 4a085a8c89
commit 9ce3e6d152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: