mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00

* restructure source and templates to follow helm best-practices * add basic actions for more complex workflows * workflows for pr ands tags (along with required fixes to go code) * re-add helm chart and automated chart release * fix errors in workflows * improve documentation * fix finding existing records * add missing namespace to workflow * cleanup of kubernetes pipeline * Fixed and documented tagging workflow
9 lines
320 B
Markdown
9 lines
320 B
Markdown
# Solver testdata directory
|
|
|
|
Copy the `dnsimple-token.yaml.example` example file removing the `.example` suffix:
|
|
|
|
```bash
|
|
$ cp dnsimple-token.yaml{.example,}
|
|
```
|
|
|
|
Replace the placeholders for the API token in `dnsimple-token.yaml`. The API token can be generated in your DNSimple account settings in the automation tab.
|