Merge pull request #22 from jakexks/readme-update

README update
This commit is contained in:
jetstack-bot 2021-02-24 14:15:02 +00:00 committed by GitHub
commit 8d3a914514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,12 +42,12 @@ 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]().
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).
You can run the test suite with:
```bash
$ TEST_ZONE_NAME=example.com go test .
$ TEST_ZONE_NAME=example.com. make test
```
The example file has a number of areas you must fill in and replace with your