26 lines
632 B
YAML
26 lines
632 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Provider
|
|
metadata:
|
|
name: discord
|
|
namespace: flux-system
|
|
spec:
|
|
type: discord
|
|
address: "https://discord.com/api/webhooks/1287224007820574841/4lZh3e3OxI6Qu0BnzyEBzbGBc3tdhzWG66Dh9t8RdVbenClhOOAnqooclrw1amRoY5nB"
|
|
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta3
|
|
kind: Alert
|
|
metadata:
|
|
name: discord-alert
|
|
namespace: flux-system
|
|
spec:
|
|
summary: "Discord Alert"
|
|
providerRef:
|
|
name: discord # Changed from discord-webhook to discord
|
|
eventSeverity: info
|
|
eventSources:
|
|
- kind: GitRepository
|
|
name: "*"
|
|
- kind: Kustomization
|
|
name: "*"
|