Skip to content

style: Remove extra whitespace in HPA template #17814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 1, 2025
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 5.4.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.1 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.29.0 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.30.0 |

Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/next/installation/helm).

Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/templates/read/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Loading