Added Flux receiver
This commit is contained in:
14
clusters/prod/flux-receiver.yaml
Normal file
14
clusters/prod/flux-receiver.yaml
Normal 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
|
Reference in New Issue
Block a user