Skip to content

Commit 7e4bfee

Browse files
committed
feat(admission): disable cname check
1 parent b876932 commit 7e4bfee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webhooks/admission/api/v1/ingress_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func (v *IngressValidator) validate(ctx context.Context, i *netv1.Ingress) error
220220

221221
checks := []func(*netv1.Ingress, *netv1.IngressRule) error{
222222
v.checkDeny,
223-
v.checkCname,
223+
// v.checkCname,
224224
v.checkOwner,
225225
v.checkIcp,
226226
}

0 commit comments

Comments
 (0)