26 lines
475 B
YAML
26 lines
475 B
YAML
|
apiVersion: notification.toolkit.fluxcd.io/v1beta1
|
||
|
kind: Provider
|
||
|
metadata:
|
||
|
name: discord
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
type: discord
|
||
|
channel: general
|
||
|
secretRef:
|
||
|
name: discord
|
||
|
---
|
||
|
apiVersion: notification.toolkit.fluxcd.io/v1beta1
|
||
|
kind: Alert
|
||
|
metadata:
|
||
|
name: on-call-webapp
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
providerRef:
|
||
|
name: discord
|
||
|
eventSeverity: info
|
||
|
eventSources:
|
||
|
- kind: GitRepository
|
||
|
name: '*'
|
||
|
- kind: Kustomization
|
||
|
name: '*'
|