mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
Add missing dot end of the DNS name
Signed-off-by: Charles Moulliard <cmoulliard@redhat.com>
This commit is contained in:
parent
6294ce1ff4
commit
3bb6f6c51f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ An example Go test file has been provided in [main_test.go]().
|
|||
You can run the test suite with:
|
||||
|
||||
```bash
|
||||
$ TEST_ZONE_NAME=example.com go test .
|
||||
$ TEST_ZONE_NAME=snowdrop.me. go test .
|
||||
```
|
||||
|
||||
The example file has a number of areas you must fill in and replace with your
|
||||
|
|
Loading…
Reference in a new issue