1 Commits

Author SHA1 Message Date
ce5746b6dd Added Flux receiver to kustomization 2025-07-10 23:15:18 +02:00
2 changed files with 7 additions and 7 deletions

View File

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

View File

@ -11,3 +11,5 @@ spec:
kind: GitRepository kind: GitRepository
name: user-microservice-repo name: user-microservice-repo
targetNamespace: user-microservice targetNamespace: user-microservice
resources:
- flux-receiver.yaml