Add github receiver to the repo

This commit is contained in:
2024-06-09 09:43:38 +10:00
parent 36cd366894
commit 9344048f88

View File

@@ -0,0 +1,16 @@
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: github-receiver
namespace: flux-system
spec:
type: github
events:
- "ping"
- "push"
secretRef:
name: receiver-token
resources:
- apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
name: home-cluster-ops-repo