mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-09 19:16:56 +02:00
feat: add suggestion
This commit is contained in:
parent
fc2f5ac414
commit
d6ce656258
@ -68,7 +68,9 @@ func NewScalewayProvider(ctx context.Context, domainFilter endpoint.DomainFilter
|
|||||||
|
|
||||||
p := &scw.Profile{}
|
p := &scw.Profile{}
|
||||||
c, err := scw.LoadConfig()
|
c, err := scw.LoadConfig()
|
||||||
if err == nil {
|
if err != nil {
|
||||||
|
log.Infof("%s", err)
|
||||||
|
} else {
|
||||||
p, _ = c.GetActiveProfile()
|
p, _ = c.GetActiveProfile()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user