Skip to content

Commit

Permalink
Fix installation instructions in README (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dopingus authored Aug 29, 2022
2 parents 6405a62 + 99b63e6 commit 82dcb3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ This is a webhook solver for [Dynu](https://www.dynu.com/).

```bash
helm repo add cert-manager-dynu-webhook \
https://anon-software.github.io/cert-manager-webhook-dynu
https://dopingus.github.io/cert-manager-webhook-dynu
helm repo update
helm install cert-manager-dynu-webhook/dynu-webhook
helm install cert-manager-dynu-webhook cert-manager-dynu-webhook/dynu-webhook
```

## Certificate Issuer
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
- dns01:
cnameStrategy: Follow
webhook:
groupName: <YOUR_GROUP_NAME> # Use the groupName defined above
groupName: com.github.dopingus.cert-manager-webhook-dynu
solverName: dynu
config:
secretName: dynu-secret # Adjust this in case you changed the secretName
Expand Down
2 changes: 1 addition & 1 deletion deploy/dynu-webhook/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for dynu webhook for cert-manager
name: dynu-webhook
version: 0.1.1
version: 0.1.2

0 comments on commit 82dcb3c

Please sign in to comment.