From 52c1448d1f58d4ff30a447b0d4b8cbde26c66b4b Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 14 Mar 2022 22:07:34 +0100 Subject: [PATCH] fix: missing backslash --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d406680..61a45ca 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -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/ \ No newline at end of file +[cert-manager-uninstall]: https://cert-manager.io/docs/installation/uninstall/kubernetes/