Feat: add notifications

This commit is contained in:
2025-07-30 15:35:43 +08:00
parent 183f922ce2
commit 0eab5fe34e
6 changed files with 90 additions and 0 deletions

17
notifications/alert.yaml Normal file
View File

@@ -0,0 +1,17 @@
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: default-notifications
namespace: flux-system
spec:
providerRef:
name: discord
eventSeverity: info
eventSources:
- kind: GitRepository
name: '*'
- kind: HelmRepository
name: '*'
- kind: Kustomization
name: '*'