mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
32 lines
852 B
YAML
32 lines
852 B
YAML
---
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/receiver_v1beta2.json
|
|
apiVersion: notification.toolkit.fluxcd.io/v1
|
|
kind: Receiver
|
|
metadata:
|
|
name: home-ops-kubernetes
|
|
namespace: flux-system
|
|
spec:
|
|
type: github
|
|
events:
|
|
- ping
|
|
- push
|
|
secretRef:
|
|
name: github-webhook-token-secret
|
|
resources:
|
|
- apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
name: home-ops-kubernetes
|
|
namespace: flux-system
|
|
- apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
name: apps
|
|
namespace: flux-system
|
|
- apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
name: flux-cluster
|
|
namespace: flux-system
|
|
- apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
name: flux-installation
|
|
namespace: flux-system
|