From ffe57431248497862657732f7a16725763ede133 Mon Sep 17 00:00:00 2001 From: "Christopher Kujawa (Zell)" Date: Mon, 16 Dec 2024 11:23:42 +0100 Subject: [PATCH] fix: disable camunda platform correctly Previously the wrong value was used for the dependency condition --- charts/zeebe-benchmark/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zeebe-benchmark/Chart.yaml b/charts/zeebe-benchmark/Chart.yaml index 95cfd80..9ad6bd9 100644 --- a/charts/zeebe-benchmark/Chart.yaml +++ b/charts/zeebe-benchmark/Chart.yaml @@ -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