mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-04 07:08:19 +00:00
19 lines
349 B
YAML
19 lines
349 B
YAML
|
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||
|
|
kind: Receiver
|
||
|
|
metadata:
|
||
|
|
name: github-receiver
|
||
|
|
namespace: flux-system
|
||
|
|
spec:
|
||
|
|
type: github
|
||
|
|
events:
|
||
|
|
- "ping"
|
||
|
|
- "push"
|
||
|
|
secretRef:
|
||
|
|
name: receiver-token
|
||
|
|
resources:
|
||
|
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
|
kind: GitRepository
|
||
|
|
name: flux-system
|
||
|
|
status:
|
||
|
|
conditions: []
|