camunda / camunda-platform-helm

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

[TASK] Support config override in Console #2591

Closed aabouzaid closed 1 week ago

aabouzaid commented 1 week ago

Related to

Epic: https://github.com/camunda/distribution/issues/325

Overview

Add a new key for Console in the Alpha chart named console.overrideConfiguration, which works like console.configuration but writes the content to a new file called application-override.yaml (in the same dir of application.yaml).

There is no need for a merge mechanism in the Helm chart; that's done by the app, which merges the content of application-override.yaml to override application.yaml.

Actions

### Sub-tasks
- [ ] https://github.com/camunda/camunda-platform-helm/pull/2594