camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
71 stars 129 forks source link

[TASK] Extend default applications configuration #2186

Open aabouzaid opened 1 month ago

aabouzaid commented 1 month ago

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

### Sub-tasks
- [ ] Add new key `extendedConfiguration`, which extends the auto-generated config for all components.
aabouzaid commented 3 weeks ago

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.