-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathalert.yaml
49 lines (49 loc) · 998 Bytes
/
alert.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
apiVersion: notification.toolkit.fluxcd.io/v1beta1
kind: Alert
metadata:
name: discord
namespace: flux-system
spec:
providerRef:
name: discord
eventSeverity: info
eventSources:
- kind: GitRepository
name: '*'
- kind: Kustomization
name: '*'
suspend: false
---
apiVersion: notification.toolkit.fluxcd.io/v1beta1
kind: Alert
metadata:
name: helmreleases
namespace: flux-system
spec:
providerRef:
name: discord
eventSeverity: info
eventSources:
- kind: HelmRelease
namespace: 'cert-manager'
name: '*'
- kind: HelmRelease
namespace: 'default'
name: '*'
- kind: HelmRelease
namespace: 'development'
name: '*'
- kind: HelmRelease
namespace: 'kube-system'
name: '*'
- kind: HelmRelease
namespace: 'media'
name: '*'
- kind: HelmRelease
namespace: 'monitoring'
name: '*'
- kind: HelmRelease
namespace: 'rook-ceph'
name: '*'
suspend: false