From 1fe73754ccdd3356e505f219c1b8be8eb6cc38fc Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 15 Aug 2023 21:50:46 -0400 Subject: [PATCH] correct missing indentation --- chart/elastalert2/templates/rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/elastalert2/templates/rules.yaml b/chart/elastalert2/templates/rules.yaml index e2498d7c..3f482cb5 100644 --- a/chart/elastalert2/templates/rules.yaml +++ b/chart/elastalert2/templates/rules.yaml @@ -21,6 +21,6 @@ data: {{- else }} {{- range $key, $value := .Values.rules }} {{ $key }}: |- -{{ $value | indent 2 }} +{{ $value | indent 4 }} {{- end }} {{- end }}