-
Bug Report
-
Resolution: None
-
L3 - Default
-
None
-
None
-
None
Hi, we are using Camunda platform run to run camunda on k8s. We are using production.yml to pass all the config we need to the engine. But there are other configuration options that are not available through that yml file. One example is queryMaxResultsLimit referenced at :
- https://docs.camunda.org/manual/latest/reference/deployment-descriptors/tags/process-engine/#queryMaxResultsLimit
- https://docs.camunda.org/manual/latest/user-guide/process-engine/process-engine-api/#query-maximum-results-limit
So the question is how can I set that type of parameter if it is not available on production.yml as decribed at :
Thanks!