dmartinol opened a new issue, #298:
URL:
https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/298
### Description
**Steps:**
Deploy a SonataFlow `a`with a ConfigMap `a-props` including the user's
application properties. Some properties are defined using env variables like
`${ENV_VAR:default}`. Another ConfigMap `a-config` defines the variable's
values and is linked to the application using the
`spec.podTemplate.container.envFrom.configMapRef.name` field of the SonataFlow
resource.
After successful deployment, verify the value of the env vars from the Pod's
terminal.
Finally, update the vars value in the `a-config` ConfigMap
**Expected behavior:**
The application should reflect the new env values (either because the Pod is
restarted or because the Quarkus application restarts)
**Actual behavior:**
The application doe not reflect the latest values of the injected env vars
### Implementation ideas
_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]