wmedvede commented on PR #367: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/367#issuecomment-1924328058
@dmartinol @ricardozanini @domhanak I have found a small non blocking issue here. **When playing to add service discovery properties in the callbackstatetimeouts-prop I define this:**  After the managed properties calculation was produced in the Reconcile, I can see that the service discovery properties where created, good, but, user.property3 and user.property4 was copied to the managed properties too with a sort of calculated value. This didn't happen before. It looks like a property expansion is enabled now during the properties calculation or something similar.  -- 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]
