mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 10:18:42 +00:00
fix regression introduced in https://github.com/aenix-io/cozystack/pull/558 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Updated label formatting in PostgreSQL operator default alerts configuration - Enhanced alert template generation to dynamically include multiple alert configurations from separate files <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
8 lines
140 B
YAML
8 lines
140 B
YAML
{{- $files := .Files.Glob "alerts/*.yaml" -}}
|
|
{{- range $path, $file := $files }}
|
|
---
|
|
# from: {{ $path }}
|
|
{{ toString $file }}
|
|
|
|
{{- end -}}
|