From 74a6e5e9a287ccc7978bdd45e4e27266658e9f53 Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Tue, 26 Apr 2022 18:18:18 +0100 Subject: [PATCH] tweak logo + link in README Signed-off-by: Ashley Davis --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fc5031..afd6d0b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ cert-manager project logo +

+ # ACME webhook example The ACME issuer type supports an optional 'webhook' solver, which can be used @@ -42,7 +46,7 @@ else they will have undetermined behaviour when used with cert-manager. **It is essential that you configure and run the test suite when creating a DNS01 webhook.** -An example Go test file has been provided in [main_test.go](https://github.com/jetstack/cert-manager-webhook-example/blob/master/main_test.go). +An example Go test file has been provided in [main_test.go](https://github.com/cert-manager/webhook-example/blob/master/main_test.go). You can run the test suite with: