Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfa2e7f205 | |||
| 89deb39e81 |
@@ -1,4 +1,4 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
description: A Helm chart for cert-manager-webhook-gandi
|
description: A Helm chart for cert-manager-webhook-gandi
|
||||||
name: cert-manager-webhook-gandi
|
name: cert-manager-webhook-gandi
|
||||||
version: v0.4.4
|
version: v0.4.5
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -205,7 +205,7 @@ func (c *gandiDNSProviderSolver) newClient(ch *v1alpha1.ChallengeRequest) (*live
|
|||||||
}
|
}
|
||||||
|
|
||||||
return gandi.NewLiveDNSClient(config.Config{
|
return gandi.NewLiveDNSClient(config.Config{
|
||||||
APIKey: apiKey,
|
Token: apiKey,
|
||||||
Timeout: time.Second * 30,
|
Timeout: time.Second * 30,
|
||||||
Debug: DebugHTTP != "",
|
Debug: DebugHTTP != "",
|
||||||
}), nil
|
}), nil
|
||||||
|
|||||||
Reference in New Issue
Block a user