From c087b0d83a7428de94213dc79fc22791eb6f856c Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 6 Aug 2025 21:39:53 -0500 Subject: [PATCH] manage gitea again --- .../flux-system/kustomization-gitea.yaml | 15 +++++++++++++++ infrastructure/flux-system/kustomization.yaml | 1 + 2 files changed, 16 insertions(+) create mode 100644 infrastructure/flux-system/kustomization-gitea.yaml diff --git a/infrastructure/flux-system/kustomization-gitea.yaml b/infrastructure/flux-system/kustomization-gitea.yaml new file mode 100644 index 0000000..c0fd904 --- /dev/null +++ b/infrastructure/flux-system/kustomization-gitea.yaml @@ -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 diff --git a/infrastructure/flux-system/kustomization.yaml b/infrastructure/flux-system/kustomization.yaml index 3842229..d51ff52 100644 --- a/infrastructure/flux-system/kustomization.yaml +++ b/infrastructure/flux-system/kustomization.yaml @@ -3,3 +3,4 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml +- ../../services/gitea