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 }}