nicolaferraro commented on a change in pull request #1952: URL: https://github.com/apache/camel-k/pull/1952#discussion_r569229593
########## File path: pkg/controller/integration/platform_setup.go ########## @@ -46,7 +46,8 @@ func (action *platformSetupAction) Name() string { // CanHandle tells whether this action can handle the integration func (action *platformSetupAction) CanHandle(integration *v1.Integration) bool { return integration.Status.Phase == v1.IntegrationPhaseNone || - integration.Status.Phase == v1.IntegrationPhaseWaitingForPlatform + integration.Status.Phase == v1.IntegrationPhaseWaitingForPlatform || + integration.Status.Phase == v1.IntegrationPhaseWaitingForServiceBindingCollectionReady Review comment: Yes, sounds good ---------------------------------------------------------------- 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: us...@infra.apache.org