10 lines
227 B
YAML
10 lines
227 B
YAML
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: GitRepository
|
|
metadata:
|
|
name: home-cluster-ops-repo
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 60m
|
|
url: https://github.com/3dwardch3ng/home-cluster-ops
|
|
ref:
|
|
branch: master |