12 lines
312 B
YAML
12 lines
312 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
kind: GitRepository
|
|
metadata:
|
|
name: kitestacks-cron
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 1m
|
|
url: https://gitforge.kitestacks.com/kenpat/kitestacks-homelab.git
|
|
ref:
|
|
branch: master
|
|
secretRef:
|
|
name: forgejo-access # Only needed if repo is private
|