mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Update Name() to return Dynu Solver
This commit is contained in:
parent
46d50dbbf9
commit
b0f67be149
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -75,7 +75,7 @@ type customDNSProviderConfig struct {
|
||||||
// within a single webhook deployment**.
|
// within a single webhook deployment**.
|
||||||
// For example, `cloudflare` may be used as the name of a solver.
|
// For example, `cloudflare` may be used as the name of a solver.
|
||||||
func (c *customDNSProviderSolver) Name() string {
|
func (c *customDNSProviderSolver) Name() string {
|
||||||
return "my-custom-solver"
|
return "Dynu Solver"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Present is responsible for actually presenting the DNS record with the
|
// Present is responsible for actually presenting the DNS record with the
|
||||||
|
|
Loading…
Reference in a new issue