Added Flux receiver

This commit is contained in:
Marcin-Ramotowski
2025-07-10 22:53:40 +02:00
parent 2140aaf047
commit 0659708eab

View File

@ -0,0 +1,14 @@
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