mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-08-22 20:22:51 +02:00
replace api.gcorelabs.com with gcore.com
This commit is contained in:
parent
a65c9423d9
commit
e89d96a313
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -201,7 +201,7 @@ func (c *gcoreDNSProviderSolver) initSDK(ch *v1alpha1.ChallengeRequest) (*dnssdk
|
|||
}
|
||||
apiFullUrl := cfg.ApiUrl
|
||||
if apiFullUrl == "" {
|
||||
apiFullUrl = "https://api.gcorelabs.com/dns"
|
||||
apiFullUrl = "https://api.gcore.com/dns"
|
||||
}
|
||||
apiURL, err := url.Parse(apiFullUrl)
|
||||
if err != nil || apiFullUrl == "" {
|
||||
|
|
Loading…
Reference in a new issue