dmartinol opened a new pull request, #367: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/367
Closes [SRVLOGIC-195](https://issues.redhat.com/browse/SRVLOGIC-195) - Added operator managed `ConfigMap` to store the managed properties (aka `immutable`) - Key `application-PROFILE.properties` contains the properties (`PROFILE` is either `prod` or `dev`) - User properties are no more updated by the operator - Properties are defined by the key `application.properties` - Any changes to one of the two property files implies a forced rollout of the workflow deployment - The checksum is calculated on the joined properties (user + managed) - Since the managed properties are generated using the `SonataFlowPlatform` instance, all the creator and mutators have been extended to add a `platform` instance to the input parameters More tests can be added after we agree on the overall approach. -- 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]
