--- 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