Skip to content

Commit

Permalink
fix: fix the reconcile order for packages and functions / connectors (#…
Browse files Browse the repository at this point in the history
…216)

fix the reconcile order
  • Loading branch information
freeznet authored Jun 25, 2024
1 parent 05898c5 commit 59582c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connection/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ func MakeReconciler(log logr.Logger, k8sClient client.Client, creator admin.Puls
makeNamespacesReconciler(r),
makeTopicsReconciler(r),
makePermissionsReconciler(r),
makePackagesReconciler(r),
makeFunctionsReconciler(r),
makeSinksReconciler(r),
makeSourcesReconciler(r),
makePackagesReconciler(r),
}
return r
}
Expand Down

0 comments on commit 59582c1

Please sign in to comment.