Skip to content

Commit

Permalink
Merge pull request #1239 from jertel/jertel/fixindent
Browse files Browse the repository at this point in the history
Correct indentation of rules template, caused by #1236
  • Loading branch information
jertel authored Aug 16, 2023
2 parents 98b6186 + d02ac87 commit 692527e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- TBD

## Other changes
- [Helm] Fix chart indentation issue introduced in 2.13.1 - [#1239](https://github.com/jertel/elastalert2/pull/1239) - @jertel

# 2.13.1

Expand Down
2 changes: 1 addition & 1 deletion chart/elastalert2/templates/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ data:
{{- else }}
{{- range $key, $value := .Values.rules }}
{{ $key }}: |-
{{ $value | indent 2 }}
{{ $value | indent 4 }}
{{- end }}
{{- end }}

0 comments on commit 692527e

Please sign in to comment.