Files
infrastructures/notifications/alert.yaml
2025-07-30 15:35:43 +08:00

18 lines
336 B
YAML

---
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: '*'