Skip to content

Commit acd4d11

Browse files
authored
fix(helm): yaml templates incorrectly annotated (#15207)
1 parent 03fa28e commit acd4d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎production/helm/loki/templates/compactor/statefulset-compactor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
{{- if semverCompare ">=1.19-0" .Capabilities.KubeVersion.Version }}
5252
{{- with .Values.compactor.topologySpreadConstraints }}
5353
topologySpreadConstraints:
54-
{{- tpl . $ | nindent 8 }}
54+
{{- toYaml . | nindent 8 }}
5555
{{- end }}
5656
{{- end }}
5757
serviceAccountName: {{ include "loki.serviceAccountName" . }}

0 commit comments

Comments
 (0)