mirror of
https://github.com/cert-manager/webhook-example.git
synced 2026-03-16 18:02:51 +01:00
fix: change solver name because of upstream constraint
This commit is contained in:
parent
08afb1e2b2
commit
a944ea3c7b
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ spec:
|
|||
key: token
|
||||
name: desec-io-token
|
||||
groupName: acme.pr0ton11.github.com
|
||||
solverName: deSEC
|
||||
solverName: desec
|
||||
```
|
||||
|
||||
## Create a manual certificate
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ type DeSECDNSProviderSolver struct {
|
|||
|
||||
// Returns the name of the DNS solver
|
||||
func (s *DeSECDNSProviderSolver) Name() string {
|
||||
return "deSEC"
|
||||
return "desec"
|
||||
}
|
||||
|
||||
// Initializes a new client
|
||||
|
|
|
|||
Loading…
Reference in a new issue