astefanutti commented on a change in pull request #766: Add conditions to
camel-k CRs
URL: https://github.com/apache/camel-k/pull/766#discussion_r301922776
##########
File path: pkg/controller/integration/integration_controller.go
##########
@@ -78,6 +79,14 @@ func add(mgr manager.Manager, r reconcile.Reconciler) error
{
UpdateFunc: func(e event.UpdateEvent) bool {
oldIntegration := e.ObjectOld.(*v1alpha1.Integration)
newIntegration := e.ObjectNew.(*v1alpha1.Integration)
+
Review comment:
My understanding is that this statement is already logged in the `Reconcile`
method.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services