From ba47495ef61bf9d15f1343a5a4cf0e34c5275f99 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Wed, 20 Nov 2024 14:40:06 +0100 Subject: [PATCH] ignore IMC changes Signed-off-by: Matthias Wessendorf --- pkg/reconciler/inmemorychannel/controller/resources/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/reconciler/inmemorychannel/controller/resources/service.go b/pkg/reconciler/inmemorychannel/controller/resources/service.go index 80935ebd70f..fc27155b300 100644 --- a/pkg/reconciler/inmemorychannel/controller/resources/service.go +++ b/pkg/reconciler/inmemorychannel/controller/resources/service.go @@ -52,7 +52,6 @@ func ExternalService(namespace, service string) K8sServiceOption { } // NewK8sService creates a new Service for a Channel resource. It also sets the appropriate - // OwnerReferences on the resource so handleObject can discover the Channel resource that 'owns' it. // As well as being garbage collected when the Channel is deleted. func NewK8sService(imc *v1.InMemoryChannel, opts ...K8sServiceOption) (*corev1.Service, error) {