Skip to content

Commit

Permalink
fix: use correct notation for variable templating
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKujawa committed Sep 16, 2024
1 parent c1e3149 commit 7bab726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/zeebe-benchmark/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Starter:

Workers:
{{- range $worker, $v := .Values.workers }}
- $worker
- {{ $worker }}
{{- end }}


Expand Down

0 comments on commit 7bab726

Please sign in to comment.