mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-10 09:47:28 +00:00
- helm-controller to v0.28.1 https://github.com/fluxcd/helm-controller/blob/v0.28.1/CHANGELOG.md - notification-controller to v0.30.2 https://github.com/fluxcd/notification-controller/blob/v0.30.2/CHANGELOG.md Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
18 lines
300 B
YAML
18 lines
300 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta2
|
|
kind: Receiver
|
|
metadata:
|
|
name: flux-system
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
events:
|
|
- ping
|
|
- push
|
|
resources:
|
|
- kind: GitRepository
|
|
name: flux-system
|
|
namespace: flux-system
|
|
secretRef:
|
|
name: webhook-token
|
|
type: github
|
|
|