Skip to content

Commit

Permalink
fix: disable camunda platform correctly
Browse files Browse the repository at this point in the history
Previously the wrong value was used for the dependency condition
  • Loading branch information
ChrisKujawa authored Dec 16, 2024
1 parent 1e8e570 commit ffe5743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- name: camunda-platform
repository: "oci://ghcr.io/camunda/helm"
version: "0.0.0-12.0.0-alpha1"
condition: "camunda.enabled"
condition: "camunda-platform.enabled"
- name: prometheus-elasticsearch-exporter
repository: "https://prometheus-community.github.io/helm-charts"
version: 6.4.0
Expand Down

0 comments on commit ffe5743

Please sign in to comment.