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.
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 likeconsole.configuration
but writes the content to a new file calledapplication-override.yaml
(in the same dir ofapplication.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 overrideapplication.yaml
.Actions