Skip to content

Commit ba3deb8

Browse files
committed
fix(ip): fix error handling when at least one ip soruce failed
1 parent fb4ea40 commit ba3deb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controller/ip_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func (r *IPReconciler) handleDynamic(ctx context.Context, ip *cloudflareoperator
263263
continue
264264
}
265265
ip.Spec.Address = response
266+
ipSourceError = nil
266267
break
267268
}
268269
if ipSourceError != nil {

0 commit comments

Comments
 (0)