17 lines
273 B
YAML
17 lines
273 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
|
kind: Receiver
|
|
metadata:
|
|
name: webapp
|
|
namespace: flux-system
|
|
spec:
|
|
type: github
|
|
events:
|
|
- "ping"
|
|
- "push"
|
|
secretRef:
|
|
name: notification-secret
|
|
resources:
|
|
- kind: GitRepository
|
|
name: webapp
|