You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
283 B
YAML
15 lines
283 B
YAML
1 year ago
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
||
|
kind: Receiver
|
||
|
metadata:
|
||
|
name: config-receiver
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
type: github
|
||
|
events:
|
||
|
- "ping"
|
||
|
- "push"
|
||
|
secretRef:
|
||
|
name: config-webhook-token
|
||
|
resources:
|
||
|
- kind: GitRepository
|
||
|
name: flux-system
|