From 6ce418bd48b178b3811f4c0e1960ae5180255770 Mon Sep 17 00:00:00 2001 From: Arno Pretorius <115451337+Arno-Pretorius@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:58:23 +0200 Subject: [PATCH] fix: Update Loki v3 Helm statefulset-ingester.yaml template (#13118) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Lindeskär --- .../helm/loki/templates/ingester/statefulset-ingester.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/loki/templates/ingester/statefulset-ingester.yaml b/production/helm/loki/templates/ingester/statefulset-ingester.yaml index d20a02e68f7c..9f3368a4b83e 100644 --- a/production/helm/loki/templates/ingester/statefulset-ingester.yaml +++ b/production/helm/loki/templates/ingester/statefulset-ingester.yaml @@ -87,7 +87,7 @@ spec: {{- end }} args: - -config.file=/etc/loki/config/config.yaml - - -ingester.ring.instance-availability-zone=zone-default + - -ingester.availability-zone=zone-default - -target=ingester {{- with .Values.ingester.extraArgs }} {{- toYaml . | nindent 12 }}