squakez opened a new issue, #3673: URL: https://github.com/apache/camel-k/issues/3673
When we run any `kamel promote` action, there is a check performed to verify that the Integration on destination is not already present: ``` Error: integrations.camel.apache.org "my-rest-jvm" already exists ``` To workaround this we are required to stop the running integration and later run the promote command. I think we need to include a flag (ie, `--continuous`) to skip that check and let the Integration to be refreshed accordingly. Or alternatively, we can skip that check, allowing for an upgrade. -- 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]
