Skip to content

Commit

Permalink
[loki-distributed] wrong indent for server config
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanteko committed Nov 28, 2024
1 parent 624f414 commit a28fd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/loki-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ loki:
auth_enabled: false
server:
{{- toYaml .Values.loki.server | nindent 6 }}
{{- toYaml .Values.loki.server | nindent 2 }}
common:
compactor_address: http://{{ include "loki.compactorFullname" . }}:3100
Expand Down

0 comments on commit a28fd6d

Please sign in to comment.