homelab/kubernetes/infrastructure/fluxci/notification/reciever.yaml
2024-09-24 01:13:18 +01:00

17 lines
273 B
YAML

---
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: webapp
namespace: flux-system
spec:
type: github
events:
- "ping"
- "push"
secretRef:
name: notification-secret
resources:
- kind: GitRepository
name: webapp