mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
18 lines
312 B
YAML
18 lines
312 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
|
kind: Receiver
|
|
metadata:
|
|
name: flux-system
|
|
namespace: {{ .fluxns }}
|
|
spec:
|
|
events:
|
|
- ping
|
|
- push
|
|
interval: 10m0s
|
|
resources:
|
|
- kind: GitRepository
|
|
name: flux-system
|
|
namespace: flux-system
|
|
secretRef:
|
|
name: webhook-token
|
|
type: github
|