diff --git a/production/helm/loki/templates/read/hpa.yaml b/production/helm/loki/templates/read/hpa.yaml index 5515ecb0b448b..de5afcc11d239 100644 --- a/production/helm/loki/templates/read/hpa.yaml +++ b/production/helm/loki/templates/read/hpa.yaml @@ -19,7 +19,7 @@ spec: name: {{ include "loki.readFullname" . }} {{- else }} kind: StatefulSet - name: {{ include "loki.readFullname" . }} + name: {{ include "loki.readFullname" . }} {{- end }} minReplicas: {{ .Values.read.autoscaling.minReplicas }} maxReplicas: {{ .Values.read.autoscaling.maxReplicas }}