15 lines
274 B
YAML
15 lines
274 B
YAML
apiVersion: notification.toolkit.fluxcd.io/v1beta2
|
|
kind: Receiver
|
|
metadata:
|
|
name: gitea-receiver
|
|
namespace: flux-system
|
|
spec:
|
|
type: git
|
|
events:
|
|
- push
|
|
resources:
|
|
- kind: GitRepository
|
|
name: user-microservice-repo
|
|
secretRef:
|
|
name: webhook-token
|