Open aabouzaid opened 3 months ago
Epic: https://github.com/camunda/distribution/issues/230
Currently, we provide the key configuration, which is used instead of the application's default configuration generated by the Helm chart.
configuration
It's useful to extend what's already generated by the Helm chart without the need to override everything.
### Sub-tasks - [ ] Add new key `extendedConfiguration`, which extends the auto-generated config for all components.
There are many ways to implement this feature, and it's too late to have it for the 8.6 release. So, I moved it to 8.7 cycle.
Related to
Epic: https://github.com/camunda/distribution/issues/230
Overview
Currently, we provide the key
configuration
, which is used instead of the application's default configuration generated by the Helm chart.It's useful to extend what's already generated by the Helm chart without the need to override everything.
Actions