feat: Added telegram alerts

This commit is contained in:
2025-12-09 02:54:44 +01:00
parent 421d801899
commit 1f77f689ea
5 changed files with 91 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: telegram
namespace: flux-system
spec:
providerRef:
name: telegram
eventSeverity: error
eventSources:
- kind: GitRepository
name: "*"
- kind: Kustomization
name: "*"
- kind: HelmRepository
name: "*"
- kind: HelmRelease
name: "*"