We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using https://github.com/camunda/camunda-deployment-references/blob/main/aws/rosa-hcp/camunda-versions/8.6/procedure/install/helm-values/scc.yml
and disabling ES leads to:
$helm install camunda camunda/camunda-platform -f ssc.yaml -f camunda-values.yaml Error: INSTALLATION FAILED: template: camunda-platform/templates/zeebe/1/2/3/4/5/6/7/8/z_compatibility_helpers.tpl:87:30: executing "camunda-platform/templates/zeebe/1/2/3/4/5/6/7/8/z_compatibility_helpers.tpl" at <.Values.elasticsearch.commonLabels>: wrong type for value; expected map[string]interface {}; got interface {}
The relevant source seems to lack a condition:
camunda-platform-helm/charts/camunda-platform-8.6/templates/zeebe/1/2/3/4/5/6/7/8/z_compatibility_helpers.tpl
Lines 86 to 90 in 1190fff
Interestingly, the same file says:
Line 2 in 1190fff
A workaround is to set an empty commonLabels as in the default values of the Elasticsearch chart:
commonLabels
elasticsearch: enabled: false commonLabels: {}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using https://github.com/camunda/camunda-deployment-references/blob/main/aws/rosa-hcp/camunda-versions/8.6/procedure/install/helm-values/scc.yml
and disabling ES leads to:
The relevant source seems to lack a condition:
camunda-platform-helm/charts/camunda-platform-8.6/templates/zeebe/1/2/3/4/5/6/7/8/z_compatibility_helpers.tpl
Lines 86 to 90 in 1190fff
Interestingly, the same file says:
camunda-platform-helm/charts/camunda-platform-8.6/templates/zeebe/1/2/3/4/5/6/7/8/z_compatibility_helpers.tpl
Line 2 in 1190fff
A workaround is to set an empty
commonLabels
as in the default values of the Elasticsearch chart:The text was updated successfully, but these errors were encountered: