provider names in issuer.yml and certificate.yml must match
This commit is contained in:
parent
2accacb219
commit
604ce9e753
@ -64,11 +64,11 @@ spec:
|
||||
acme:
|
||||
config:
|
||||
- dns01:
|
||||
provider: clouddns
|
||||
provider: prod-dns
|
||||
domains:
|
||||
- example.com
|
||||
- dns01:
|
||||
provider: cloudflare
|
||||
provider: cf-dns
|
||||
domains:
|
||||
- www.example.com
|
||||
```
|
||||
@ -109,4 +109,4 @@ Once our certificate has been obtained, cert-manager will periodically check its
|
||||
[5]: ../api-types/issuer/spec.md#user-content-acme-issuer-dns-provider-configuration
|
||||
[6]: https://en.wikipedia.org/wiki/Subject_Alternative_Name
|
||||
[7]: ../api-types/certificate/
|
||||
[8]: cluster-issuers.md
|
||||
[8]: cluster-issuers.md
|
||||
|
||||
Loading…
Reference in New Issue
Block a user