28 lines
631 B
YAML
28 lines
631 B
YAML
---
|
|
apiVersion: notification.toolkit.fluxcd.io/v1beta2
|
|
kind: Receiver
|
|
metadata:
|
|
name: github-receiver
|
|
namespace: flux-system
|
|
spec:
|
|
type: github
|
|
events:
|
|
- "ping"
|
|
- "push"
|
|
secretRef:
|
|
name: github-webhook-token
|
|
resources:
|
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
name: "valinor"
|
|
namespace: "flux-system"
|
|
|
|
- apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
name: "cluster"
|
|
namespace: "flux-system"
|
|
|
|
- apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
name: "cluster-apps"
|
|
namespace: "flux-system"
|