add apiapps
All checks were successful
Build and Publish / build-release (push) Successful in 3m53s

This commit is contained in:
2026-05-04 13:32:59 -05:00
parent 4605cf9f65
commit 15bc5b2125
12 changed files with 381 additions and 337 deletions

View File

@@ -47,7 +47,6 @@ func (r *CoreReconciler) Reconcile(ctx context.Context, resource Resource) (ctrl
if err != nil {
return ctrl.Result{}, err
}
fmt.Println(connectionRef.ObjectReference.Name)
connection, err := r.RefResolver.ConnectionRef(ctx, connectionRef, resource.GetNamespace())
if err != nil {