Commit 52711d0
committed
fix(cert-manager): use the VipyrSec Support email as the contact email
Also, removed the `.spec.acme.solvers[*].dns01.cloudflare.email`, since,
```bash
kubectl explain --api-version=cert-manager.io/v1 ClusterIssuer.spec.acme.solvers.dns01.cloudflare.email
# Email of the account, only required when using API key based authentication.
```
and we're using API token based authentication.1 parent fee04c2 commit 52711d0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
0 commit comments