squakez commented on code in PR #4793:
URL: https://github.com/apache/camel-k/pull/4793#discussion_r1347243569
##########
pkg/controller/integration/monitor.go:
##########
@@ -81,6 +81,12 @@ func (action *monitorAction) Handle(ctx context.Context,
integration *v1.Integra
integration.Status.IntegrationKit.Namespace,
integration.Status.IntegrationKit.Name, err)
}
+ // If integration is in error and its kit is also in error then
integration does not change
+ if isInIntegrationKitFailed(integration.Status) &&
Review Comment:
I am not entirely sure, but I think that if we add this, here, then, the
user won't be able to edit its Integration and have a rebuild with the amended
changes.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]