--- apiVersion: notification.toolkit.fluxcd.io/v1beta3 kind: Alert metadata: name: neon-vortex-git namespace: flux-system spec: summary: "Neon Vortex Git Updates" providerRef: name: neon-vortex-notify eventSeverity: info eventSources: - kind: GitRepository name: neon-vortex namespace: flux-system exclusionList: - ".*health check.*" --- apiVersion: notification.toolkit.fluxcd.io/v1beta3 kind: Alert metadata: name: neon-vortex-build namespace: flux-system spec: summary: "Neon Vortex Build Status" providerRef: name: neon-vortex-notify eventSeverity: info eventSources: - kind: Kustomization name: neon-vortex-build namespace: flux-system exclusionList: - ".*health check.*" --- apiVersion: notification.toolkit.fluxcd.io/v1beta3 kind: Alert metadata: name: neon-vortex-deploy namespace: flux-system spec: summary: "Neon Vortex Deployment Status" providerRef: name: neon-vortex-notify eventSeverity: info eventSources: - kind: HelmRelease name: neon-vortex namespace: default exclusionList: - ".*health check.*" - ".*reconciliation in progress.*"