[kafka] Disable noisy alerts

The alerts deployed with the Kafka Strimzi operator are noisy and not
useful, when a given namespace does not deploy any kafka clusters. This
patch removes them.

```release-note
[kafka] Disable useless alerts for Kafka which fire when not called for,
e.g. when Kafka isn't deployed.
```

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
Timofei Larkin
2025-10-06 12:23:05 +03:00
parent da0eb7a829
commit 1f158fa909

View File

@@ -1,7 +1,11 @@
{{- $files := .Files.Glob "alerts/*.yaml" -}}
{{- range $path, $file := $files }}
---
# from: {{ $path }}
{{ toString $file }}
{{- end -}}
{{- /*
# Disabled due to https://github.com/cozystack/cozystack/issues/790
# {{- $files := .Files.Glob "alerts/*.yaml" -}}
# {{- range $path, $file := $files }}
# ---
# # from: {{ $path }}
# {{ toString $file }}
#
# {{- end -}}
#
*/ -}}