-
Bug
-
Resolution: Done
-
Major
-
1.43.0.Final
-
False
-
None
-
False
-
---
-
---
-
-
By default, the operator is trying to resolve the {{ ${} }} property expansion in properties. So for example, if one tries to add a property like:
my.prop=${MYENV}
The internal properties parsing will try to evaluate ${MYENV} within the context. This is not the operator's responsibility, so any file with property expansion is mistakenly being processed by the internal parser.
- is caused by
-
KOGITO-9757 Change service discovery in property expansion to ${service}
- Resolved