Escape mustaches in prometheus rules for Helm. (#645)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **New Features**
- Introduced a dynamic alert configuration system that aggregates
multiple alert settings into a single, streamlined document for easier
management.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
xy2
2025-02-27 15:16:54 +03:00
committed by GitHub
parent 3da1a4ed92
commit 79eadda494
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{- $files := .Files.Glob "alerts/*.yaml" -}}
{{- range $path, $file := $files }}
---
# from: {{ $path }}
{{ toString $file }}
{{- end -}}