You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of additional Zeebe exporters are currently not supported directly via the camunda-platform Helm Chart. The usage of custom exporters should be possible natively.
Contents of a property like additionalExporterConfig should be rendered by the Helm Chart into the Zeebe configmap inside application.yaml to support additional exporters.
The text was updated successfully, but these errors were encountered:
Describe the use case:
The configuration of additional Zeebe exporters are currently not supported directly via the camunda-platform Helm Chart. The usage of custom exporters should be possible natively.
UseCases See:
All of these examples of exporters expect the user to change the
application.yaml
of zeebe to something like this:Describe the enhancement/feature:
Currently camunda-platform Helm Charts only supports the addition of Zeebe exporters by using initContainer and environment variables. Or manually changing the Zeebe
application.yaml
.This could be changed by providing a property like
additionalExporterConfig
insidevalues.yaml
:Desired outcome and acceptance tests:
Contents of a property like
additionalExporterConfig
should be rendered by the Helm Chart into the Zeebe configmap insideapplication.yaml
to support additional exporters.The text was updated successfully, but these errors were encountered: