mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
29 lines
585 B
YAML
29 lines
585 B
YAML
---
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
kind: GitRepository
|
|
metadata:
|
|
name: flux-cluster
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
# https://github.com/k8s-at-home/template-cluster-k3s/issues/324
|
|
url: ssh://git@github.com/auricom/home-ops
|
|
ref:
|
|
branch: main
|
|
secretRef:
|
|
name: github-deploy-key
|
|
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
|
|
kind: Kustomization
|
|
metadata:
|
|
name: flux-cluster
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 10m
|
|
path: ./cluster/flux
|
|
prune: true
|
|
wait: false
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-cluster
|