Skip to content

Commit

Permalink
Update controllers/providers/dns/infoblox.go
Browse files Browse the repository at this point in the history
Co-authored-by: Timofey Ilinykh <timofey.ilinykh@absa.africa>
  • Loading branch information
kuritka and Timofey Ilinykh committed Jul 13, 2021
1 parent ba3bae6 commit 2e8e0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/providers/dns/infoblox.go
Expand Up @@ -106,7 +106,7 @@ func (p *InfobloxProvider) CreateZoneDelegationForExternalDNS(gslb *k8gbv1beta1.
}

if !reflect.DeepEqual(findZone.DelegateTo, currentList) {
log.Debug().Msgf("FindZone delegated records (%v)", findZone.DelegateTo)
log.Info().Msgf("Found delegated zone records (%v)", findZone.DelegateTo)
log.Info().Msgf("Updating delegated zone(%s) with the server list(%v)", p.config.DNSZone, currentList)
_, err = objMgr.UpdateZoneDelegated(findZone.Ref, currentList)
if err != nil {
Expand Down

0 comments on commit 2e8e0d9

Please sign in to comment.