Skip to content

Commit

Permalink
Update cluster name to not have extra quotes in helm chart (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehaansa authored Nov 25, 2024
1 parent f24aeca commit 55ad2eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- --cluster.enabled=true
- --cluster.join-addresses={{ include "alloy.fullname" . }}-cluster
{{- if $values.clustering.name }}
- --cluster.name={{ $values.clustering.name | quote }}
- --cluster.name={{ $values.clustering.name }}
{{- end}}
{{- end}}
{{- if $values.stabilityLevel }}
Expand Down

0 comments on commit 55ad2eb

Please sign in to comment.