Files
user-microservice-deploy/clusters/prod/flux-receiver.yaml
2025-07-10 23:27:00 +02:00

17 lines
344 B
YAML

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