mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-03 07:05:50 +02:00
10 lines
354 B
Markdown
10 lines
354 B
Markdown
# Solver testdata directory
|
|
|
|
Copy the example files removing the `.example` suffix:
|
|
|
|
```bash
|
|
$ cp config.json{.example,}
|
|
$ cp dnsimple-token.yaml{.example,}
|
|
```
|
|
|
|
Replace the placeholders for the account ID in `config.json` and for the API token in `dnsimple-token.yaml`. Both can be found/generate in you DNSimple account settings in the automation tab.
|