-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Describe the issue:
Connectors in the 8.8 Helm chart are not completing jobs for tenants as expected. According to the documentation, connectors require a dedicated configuration specifying which tenants they should fetch jobs for. Preconfiguring the tenant names in the values file does not appear to work.
Related Slack thread here.
Actual behavior:
The current configuration in the values file here isn't working and nor is it working when changing the variable to CAMUNDA_CLIENT_WORKER_DEFAULTS_TENANTIDS on the branch update-qa-mt-8.8-values-file in the camunda-platform-help repo, connectors fail to complete jobs. This indicates that the tenant configuration is not being picked up correctly.
Expected behavior:
Connectors should fetch jobs for the preconfigured tenants and complete successfully.
How to reproduce:
- Build the HC with the following values file.
- Preconfigure tenant names in the values file (either the original variable or CAMUNDA_CLIENT_WORKER_DEFAULTS_TENANTIDS).
- Deploy the chart to a cluster.
- Observe that connectors do not complete jobs for the configured tenants.
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
- Platform:
- Helm CLI version:
- Chart version:
- Values file: