Files
auricom-home-cluster/cluster/flux/flux-system/flux-cluster.yaml
auricom d319bd59c3 ♻️ flux rework
2022-09-12 22:36:08 +02:00

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