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 }}