manage gitea again

This commit is contained in:
Brad Stein 2025-08-06 21:39:53 -05:00
parent a34b68a001
commit c087b0d83a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: gitea
namespace: flux-system
spec:
interval: 10m
path: ./services/gitea
# targetNamespace: gitea
prune: true
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
wait: true

View File

@ -3,3 +3,4 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
- ../../services/gitea