From 84b22050cbc4fe87db20fdcf5a0b62cc45381e6f Mon Sep 17 00:00:00 2001 From: Sam DeHaan Date: Sat, 23 Nov 2024 00:44:23 -0500 Subject: [PATCH] Update cluster name to not have extra quotes in helm chart --- operations/helm/charts/alloy/templates/containers/_agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operations/helm/charts/alloy/templates/containers/_agent.yaml b/operations/helm/charts/alloy/templates/containers/_agent.yaml index 2ec3d2e841..0727821cfe 100644 --- a/operations/helm/charts/alloy/templates/containers/_agent.yaml +++ b/operations/helm/charts/alloy/templates/containers/_agent.yaml @@ -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 }}