Connect FluxCD to Forgejo repository

This commit is contained in:
Kenpat7177 2026-06-05 09:46:08 -05:00
parent 4a89c706c3
commit 3fe9ec5c41
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,10 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: kitestacks-homelab
namespace: flux-system
spec:
interval: 1m
url: https://gitforge.kitestacks.com/kenpat/kitestacks-homelab.git
ref:
branch: main

View file

@ -0,0 +1,13 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: kitestacks-homelab
namespace: flux-system
spec:
interval: 1m
path: ./apps/kavita-docker-automation
prune: true
sourceRef:
kind: GitRepository
name: kitestacks-homelab
targetNamespace: automation