diff --git a/controllers/soot/manager.go b/controllers/soot/manager.go index 385c384..b3b503c 100644 --- a/controllers/soot/manager.go +++ b/controllers/soot/manager.go @@ -193,7 +193,7 @@ func (m *Manager) Reconcile(ctx context.Context, request reconcile.Request) (res for _, trigger := range v.triggers { var shrunkTCP kamajiv1alpha1.TenantControlPlane - shrunkTCP.Name = tcp.Namespace + shrunkTCP.Name = tcp.Name shrunkTCP.Namespace = tcp.Namespace go utils.TriggerChannel(ctx, trigger, shrunkTCP)