jianrongzhang89 opened a new issue, #562: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/562
### Describe the bug When a workflow is deployed as a Knative Service, we noticed that the workflow pods for the deployment ****_00001 gets restarted repeatedly after Knative K_SINK injection is completed, see the screen shot below:  This is because a new Knative revision has been created, and the workflow managed properties configmap has been updated to use the the K_SINK environment variable. As such the first deployment ****_00001 has become outdated and no longer aligned with the configmap and this causes the repeated pod restarting. This issue is to fix it so that such pod restarting no longer happens. ### Expected behavior The pod no longer gets restarted repeatedly. ### Actual behavior _No response_ ### How to Reproduce? Deploy a workflow as Knative service. ### Output of `uname -a` or `ver` _No response_ ### Golang version _No response_ ### Operator-sdk version _No response_ ### SonataFlow Operator version or git rev _No response_ ### Additional information _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
