Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix missing backslash
  • Loading branch information
bwolf authored Mar 26, 2022
1 parent 61bcd3d commit 41edd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This webhook has been tested with [cert-manager] v1.5.4 and Kubernetes v1.22.2 o
To deploy using the Helm repository (for example using the `v0.2.0` version):

helm install cert-manager-webhook-gandi \
--repo https://bwolf.github.io/cert-manager-webhook-gandi
--repo https://bwolf.github.io/cert-manager-webhook-gandi \
--version v0.2.0 \
--namespace cert-manager \
--set features.apiPriorityAndFairness=true \
Expand Down Expand Up @@ -202,4 +202,4 @@ make clean
[image tags]: https://hub.docker.com/r/bwolf/cert-manager-webhook-gandi
[Kubernetes]: https://kubernetes.io/
[setting-nameservers-for-dns01-self-check]: https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check
[cert-manager-uninstall]: https://cert-manager.io/docs/installation/uninstall/kubernetes/
[cert-manager-uninstall]: https://cert-manager.io/docs/installation/uninstall/kubernetes/

0 comments on commit 41edd73

Please sign in to comment.