chore: Moved telegram alerts config
This commit is contained in:
18
configs/alerts/telegram/alert.yaml
Normal file
18
configs/alerts/telegram/alert.yaml
Normal 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: "*"
|
||||
Reference in New Issue
Block a user