Skip to content

Commit fdc7a30

Browse files
Update pkg/webhooks/ingresscontroller/ingresscontroller.go
Co-authored-by: Trevor Nierman <[email protected]>
1 parent 777fda9 commit fdc7a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhooks/ingresscontroller/ingresscontroller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ func (wh *IngressControllerWebhook) checkAllowsMachineCIDR(ipRanges []operatorv1
281281
// where the IGC will remaining in progressing state indefinitely.
282282
// For now return Allowed, but with a warning?
283283
if ipRanges == nil || len(ipRanges) <= 0 {
284-
return admissionctl.Allowed("Allowing empty 'AllowedSourceRanges'. Populate this value if operator remains in 'progressing' state")
284+
return admissionctl.Allowed("Allowing empty 'AllowedSourceRanges'")
285285
}
286286
machIP, machNet, err := wh.getMachineCIDR()
287287
if err != nil {

0 commit comments

Comments
 (0)