Files
user-microservice-deploy/clusters/prod/flux-receiver.yaml
Marcin-Ramotowski 604a805374 Corrected events
2025-07-11 00:00:00 +02:00

17 lines
349 B
YAML

apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: gitea-receiver
namespace: flux-system
spec:
type: github
events:
- "push"
secretRef:
name: webhook-token
resources:
- apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
name: user-microservice-repo
namespace: flux-system