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:
parent
3da1a4ed92
commit
79eadda494
2 changed files with 7 additions and 0 deletions
7
packages/system/kafka-operator/templates/alerts.yaml
Normal file
7
packages/system/kafka-operator/templates/alerts.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{{- $files := .Files.Glob "alerts/*.yaml" -}}
|
||||
{{- range $path, $file := $files }}
|
||||
---
|
||||
# from: {{ $path }}
|
||||
{{ toString $file }}
|
||||
|
||||
{{- end -}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue