File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1beta1
5555kind : Alert
5656metadata :
5757 name : webapp
58+ namespace : default
5859spec :
5960 providerRef :
6061 name : on-call-slack
@@ -79,6 +80,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1beta1
7980kind: Alert
8081metadata:
8182 name: all-kustomizations
83+ namespace: default
8284spec:
8385 providerRef:
8486 name: dev-msteams
Original file line number Diff line number Diff line change @@ -53,5 +53,5 @@ const (
5353)
5454```
5555
56- Controller implementations can use the [ fluxcd/pkg/recorder ] ( https://github.com/fluxcd/pkg/tree/master/recorder )
56+ Controller implementations can use the [ fluxcd/pkg/runtime/events ] ( https://github.com/fluxcd/pkg/tree/main/runtime/events )
5757package to push events to notification-controller API.
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1beta1
7373kind : Provider
7474metadata :
7575 name : slack
76+ namespace : default
7677spec :
7778 type : slack
7879 channel : general
@@ -108,6 +109,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1beta1
108109kind : Provider
109110metadata :
110111 name : podinfo
112+ namespace : default
111113spec :
112114 # provider type can be github or gitlab
113115 type : github
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1alpha1
7676kind : Receiver
7777metadata :
7878 name : github-receiver
79+ namespace : default
7980spec :
8081 type : github
8182 events :
@@ -100,6 +101,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1alpha1
100101kind: Receiver
101102metadata:
102103 name: gitlab-receiver
104+ namespace: default
103105spec:
104106 type: gitlab
105107 events:
@@ -124,6 +126,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1alpha1
124126kind: Receiver
125127metadata:
126128 name: bitbucket-receiver
129+ namespace: default
127130spec:
128131 type: bitbucket
129132 events:
@@ -145,6 +148,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1alpha1
145148kind: Receiver
146149metadata:
147150 name: harbor-receiver
151+ namespace: default
148152spec:
149153 type: harbor
150154 secretRef:
@@ -164,6 +168,7 @@ apiVersion: notification.toolkit.fluxcd.io/v1alpha1
164168kind: Receiver
165169metadata:
166170 name: generic-receiver
171+ namespace: default
167172spec:
168173 type: generic
169174 secretRef:
You can’t perform that action at this time.
0 commit comments