-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 33-35 (from Aug 14), 2023 Week 36-38 (from Sep 4)
Currently, we have the current format for service discovery and property expansion:
my_service=knative:my_namespace/my_function
This prevents users from adding a path to the url of the service.
my_service=knative:my_namespace/my_function/path <- This don't work because "/path" shouldn't be part of the discovery.
So, we need to change it for the following format:
my_service=${knative:my_namespace/my_function}/path
- causes
-
KOGITO-9773 [Operator] Fix application.properties expansion problem
- Resolved
- is related to
-
KOGITO-9774 ConfigValueExpanderIT not working on native mode
- Resolved
There are no Sub-Tasks for this issue.