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