From 12f805293569ddd4511dea8990ab703c55299c35 Mon Sep 17 00:00:00 2001 From: "remco.westerhoud" Date: Tue, 3 Dec 2024 14:09:13 +0100 Subject: [PATCH] fix: only print operate in notes if it's enabled --- charts/zeebe-benchmark/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/zeebe-benchmark/templates/NOTES.txt b/charts/zeebe-benchmark/templates/NOTES.txt index b0482bf..94f5a5f 100644 --- a/charts/zeebe-benchmark/templates/NOTES.txt +++ b/charts/zeebe-benchmark/templates/NOTES.txt @@ -3,7 +3,7 @@ Installed Zeebe cluster with: * {{ index .Values "camunda-platform" "core" "clusterSize" }} Brokers ({{ index .Values "camunda-platform" "core" "image" "repository" }}:{{ index .Values "camunda-platform" "core" "image" "tag" }}) -{{- if index .Values "camunda-platform" "operate" "enabled" }} +{{if contains "operate" (index .Values "camunda-platform" "core" "env" 17 "value")}} * Operate ({{ index .Values "camunda-platform" "operate" "image" "repository" }}:{{ index .Values "camunda-platform" "operate" "image" "tag" }}) {{ end }}